pkgsrc/x11/xmx/patches/patch-cv

24 lines
508 B
Text
Raw Normal View History

$NetBSD: patch-cv,v 1.1 2008/08/31 06:52:29 dholland Exp $
--- server/rgb.c~ 1997-10-10 09:17:56.000000000 -0400
+++ server/rgb.c 2008-08-31 02:12:44.000000000 -0400
@@ -31,7 +31,8 @@
************************************************************************/
#include <sys/param.h>
#include <stdio.h>
-#include "xmx.h"
+#include <stdlib.h>
+#include <string.h>
#ifdef NDBM
#include <ndbm.h>
@@ -45,6 +46,8 @@
#endif
#endif
+#include "xmx.h"
+
typedef struct {
char * name;
u16_t namelen;