blob: 8713249edcbe11a0d3fdffa09d619ebc1a271d3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-cn,v 1.1 2008/08/31 06:52:29 dholland Exp $
--- server/proto.c~ 1998-04-22 18:54:02.000000000 -0400
+++ server/proto.c 2008-08-31 01:41:05.000000000 -0400
@@ -38,6 +38,7 @@
* This construction is primarily to reduce typing. *
* *
************************************************************************/
+#include <string.h>
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
|