2004-06-20 Moritz Schulte <moritz@g10code.com>

* gpg-agent.c: Include <sys/stat.h> (build fix for BSD).
This commit is contained in:
Moritz Schulte 2004-06-20 11:35:13 +00:00
parent 17b9d06d7c
commit 4b3427c6ce
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-06-20 Moritz Schulte <moritz@g10code.com>
* gpg-agent.c: Include <sys/stat.h> (build fix for BSD).
2004-05-11 Werner Koch <wk@gnupg.org>
* gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.

View File

@ -30,6 +30,7 @@
#include <time.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <unistd.h>
#include <signal.h>