mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
2004-06-20 Moritz Schulte <moritz@g10code.com>
* gpg-agent.c: Include <sys/stat.h> (build fix for BSD).
This commit is contained in:
parent
17b9d06d7c
commit
4b3427c6ce
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue