Files
pkgsrc-ng/security/seahorse/patches/patch-ac
2013-09-26 17:14:40 +02:00

13 lines
354 B
Plaintext

$NetBSD: patch-ac,v 1.7 2010/07/28 08:45:07 drochner Exp $
--- libseahorse/seahorse-util.c.orig 2010-04-27 01:16:23.000000000 +0000
+++ libseahorse/seahorse-util.c
@@ -39,6 +39,7 @@
#endif
#include <sys/wait.h>
+#include <sys/types.h> /* XXX needed by some systems to define mode_t */
#include <sys/stat.h>
#include <unistd.h>
#include <time.h>