diff options
Diffstat (limited to 'security/gnupg-devel/files/patch-agent_gpg-agent.c')
-rw-r--r-- | security/gnupg-devel/files/patch-agent_gpg-agent.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/gnupg-devel/files/patch-agent_gpg-agent.c b/security/gnupg-devel/files/patch-agent_gpg-agent.c new file mode 100644 index 000000000000..6c248d1b3ca6 --- /dev/null +++ b/security/gnupg-devel/files/patch-agent_gpg-agent.c @@ -0,0 +1,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 */ |