Files
pkgsrc-ng/devel/libarena/patches/patch-ab
2013-09-26 17:14:40 +02:00

20 lines
473 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2008/02/12 02:40:37 bjs Exp $
--- src/pool.c.orig 2008-02-11 03:01:04.000000000 -0500
+++ src/pool.c
@@ -23,7 +23,14 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE.
* ==========================================================================
*/
+#if defined(HAVE_NBCOMPAT_H)
+#include <nbcompat/config.h>
+#include <nbcompat/cdefs.h>
#include <stdio.h>
+#else
+#include <stdio.h>
+#endif
+
#include <stdlib.h> /* size_t */
#ifdef _WIN32