diff options
author | Moritz Schulte <[email protected]> | 2004-06-20 11:35:13 +0000 |
---|---|---|
committer | Moritz Schulte <[email protected]> | 2004-06-20 11:35:13 +0000 |
commit | 4b3427c6cecf4a7b657fea0e0cddb36eb3eece84 (patch) | |
tree | bef54ab339e3dfccf67a731efd593062475551f1 /agent/gpg-agent.c | |
parent | * debugging.texi: New. (diff) | |
download | gnupg-4b3427c6cecf4a7b657fea0e0cddb36eb3eece84.tar.gz gnupg-4b3427c6cecf4a7b657fea0e0cddb36eb3eece84.zip |
2004-06-20 Moritz Schulte <[email protected]>
* gpg-agent.c: Include <sys/stat.h> (build fix for BSD).
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 8d21dc43c..69a28e78b 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -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> |