summaryrefslogtreecommitdiff
path: root/x11/xmx/patches/patch-ct
blob: 9752c859410e71faf17851603c2871da160c5b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ct,v 1.1 2008/08/31 06:52:29 dholland Exp $

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