1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

scd: Add <unistd.h> for read(2) / write(2) .

* scd/app.c: Include <unistd.h>.

--

Reported-by: David Bohman
GnuPG-bug-id: 7193
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
(cherry picked from commit 1d5cfa9b7fd22e1c46eeed5fa9fed2af6f81d34f)
This commit is contained in:
NIIBE Yutaka 2024-07-09 10:48:02 +09:00 committed by Werner Koch
parent fbcdee805c
commit c0cb0175c9
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -22,6 +22,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h>
#include <npth.h> #include <npth.h>
#ifndef HAVE_W32_SYSTEM #ifndef HAVE_W32_SYSTEM