diff options
Diffstat (limited to 'time/gnotime/patches/patch-aa')
-rw-r--r-- | time/gnotime/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/time/gnotime/patches/patch-aa b/time/gnotime/patches/patch-aa new file mode 100644 index 00000000000..e2eacf8a833 --- /dev/null +++ b/time/gnotime/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/10/23 06:51:00 jdolecek Exp $ + +--- src/main.c.orig 2004-10-22 21:53:30.000000000 +0200 ++++ src/main.c 2004-10-22 21:53:36.000000000 +0200 +@@ -33,7 +33,7 @@ + #include <unistd.h> + #include <utime.h> + #if defined(HAVE_DECL_WNOHANG) && defined(HAVE_WAITPID) +-#include <wait.h> ++#include <sys/wait.h> + #endif + + #include <qof.h> |