diff options
author | NIIBE Yutaka <[email protected]> | 2024-07-09 01:48:02 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-07-09 01:48:02 +0000 |
commit | 1d5cfa9b7fd22e1c46eeed5fa9fed2af6f81d34f (patch) | |
tree | 98a8d5439e79f724bc2c8be768fbc57d670bca03 /scd | |
parent | common,kbx,tests: Clean up the PIPE function API. (diff) | |
download | gnupg-1d5cfa9b7fd22e1c46eeed5fa9fed2af6f81d34f.tar.gz gnupg-1d5cfa9b7fd22e1c46eeed5fa9fed2af6f81d34f.zip |
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 <[email protected]>
Diffstat (limited to 'scd')
-rw-r--r-- | scd/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #include <npth.h> #include "scdaemon.h" |