blob: 4e3163f17c2c341f2066c86d00cbcf4edc55a8e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bb,v 1.1 2008/08/31 06:52:29 dholland Exp $
--- server/atom.c~ 1997-11-07 09:55:37.000000000 -0500
+++ server/atom.c 2008-08-31 00:25:58.000000000 -0400
@@ -28,6 +28,7 @@
* *
************************************************************************/
#include <stdlib.h>
+#include <string.h>
#define NEED_REPLIES
#include <X11/Xproto.h>
#include <X11/X.h>
|