blob: c3262f0572891c544fe61ae559a545285ee71b8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ae,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
--- editor/postscript.c.orig Sat Oct 27 14:36:12 2001
+++ editor/postscript.c
@@ -23,6 +23,14 @@
#include <unistd.h>
#endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
#include "mad.h"
static void zfree (unsigned char *s)
|