15 lines
309 B
Text
15 lines
309 B
Text
$NetBSD: patch-ag,v 1.1 2005/07/20 17:38:05 kristerw Exp $
|
|
|
|
--- colors.c.orig Wed Jul 20 19:27:32 2005
|
|
+++ colors.c Wed Jul 20 19:27:51 2005
|
|
@@ -6,9 +6,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
-#ifndef vms
|
|
-#include <malloc.h>
|
|
-#endif
|
|
+#include <stdlib.h>
|
|
|
|
/* X11 include(s) */
|
|
#include <X11/Xlib.h>
|