2f559088ea
Rui-Xiang Guo <rxg@ms25.url.com.tw>. Cooledit is a full-featured text editor, for Unix computers that run the X Window System. Cooledit was born from a need for a user friendly text editor that would rival editors of other operating systems in ease of use and convenience. Lately Cooledit is also a powerful programmer's editor. It is also small and fast, making it ideal for interface with applications that allow for, or require, an external editor. See 'Features' in the man page for a more elaborate description of what Cooledit can do.
19 lines
357 B
Text
19 lines
357 B
Text
$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)
|