bead27ba09
(generating po files properly seems to need this), add pcre support. Changes before version 1.10 are unavailable. The following things have been changed compared to version 1.10: o Bugfix in ellipsis processing o Support for Dutch o GPL 3.0 o Use autoconf 2.61
18 lines
459 B
Text
18 lines
459 B
Text
$NetBSD: patch-ac,v 1.1 2007/12/04 00:57:39 bjs Exp $
|
|
|
|
--- misc.c.orig 2007-07-31 18:08:55.000000000 -0400
|
|
+++ misc.c
|
|
@@ -26,7 +26,13 @@ implied warranty of MERCHANTABILITY or F
|
|
#include <sys/types.h>
|
|
#include <assert.h>
|
|
#include <errno.h>
|
|
+#if defined(HAVE_NBCOMPAT_H)
|
|
+#include <nbcompat/config.h>
|
|
+#include <nbcompat/cdefs.h>
|
|
+#include <nbcompat/stdio.h>
|
|
+#else
|
|
#include <stdio.h>
|
|
+#endif
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|