summaryrefslogtreecommitdiff
path: root/security/gnupg-devel/files/patch-agent_gpg-agent.c
blob: 6c248d1b3ca6b0028f5281225f591758c0d5171f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- agent/gpg-agent.c.orig	Mon May  3 18:38:33 2004
+++ agent/gpg-agent.c	Mon May  3 18:39:16 2004
@@ -37,6 +37,9 @@
 # include <pth.h>
 #endif
 
+#include <sys/types.h>
+#include <sys/stat.h>
+
 #define JNLIB_NEED_LOG_LOGV
 #include "agent.h"
 #include <assuan.h> /* malloc hooks */