$NetBSD: patch-cv,v 1.2 2011/07/03 20:15:59 dholland Exp $

- use modern C

--- 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;
