1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-16 14:11:42 +02: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>
This commit is contained in:
NIIBE Yutaka 2024-07-09 10:48:02 +09:00
parent af6c47b291
commit 1d5cfa9b7f
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054

View File

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