diff options
Diffstat (limited to 'comms/jpilot/patches/patch-ac')
-rw-r--r-- | comms/jpilot/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/jpilot/patches/patch-ac b/comms/jpilot/patches/patch-ac new file mode 100644 index 00000000000..e89c765951a --- /dev/null +++ b/comms/jpilot/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2000/11/08 11:56:45 tron Exp $ + +--- jpilot.c.orig Sat Feb 12 21:33:21 2000 ++++ jpilot.c Wed Nov 8 12:53:18 2000 +@@ -27,6 +27,9 @@ + #include <signal.h> + #include <string.h> + #include <unistd.h> ++#ifdef __NetBSD__ ++#include <locale.h> ++#endif + + #include <pi-datebook.h> + #include <gdk/gdkkeysyms.h> |