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

- use modern C

--- server/queue.c~	1998-04-27 11:32:19.000000000 -0400
+++ server/queue.c	2008-08-31 01:59:07.000000000 -0400
@@ -36,6 +36,8 @@
 #include <netinet/in.h>		/* ip.h needs this */
 #include <netinet/in_systm.h>	/* ...and this */
 #include <netinet/ip.h>		/* for IP_MAXPACKET */
+#include <stdlib.h>
+#include <string.h>
 #include <errno.h>
 
 #include <X11/X.h>
