summaryrefslogtreecommitdiff
path: root/www/sitecopy/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/sitecopy/patches/patch-ab')
-rw-r--r--www/sitecopy/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/sitecopy/patches/patch-ab b/www/sitecopy/patches/patch-ab
new file mode 100644
index 00000000000..f0420fc698a
--- /dev/null
+++ b/www/sitecopy/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.2.2 2002/08/25 21:22:44 jlam Exp $
+
+--- src/console_fe.c.orig Mon Jan 14 05:42:21 2002
++++ src/console_fe.c
+@@ -44,6 +44,9 @@
+ #ifdef HAVE_ERRNO_H
+ #include <errno.h>
+ #endif
++#ifdef HAVE_LOCALE_H
++#include <locale.h>
++#endif
+ #include <signal.h>
+ #include <time.h>
+ #include <ctype.h>