[Commit] xcursorgen xcursorgen.c,1.9,1.10

Keith Packard commit@keithp.com
Tue, 06 May 2003 11:56:58 -0700


Committed by: keithp

Update of /local/src/CVS/xcursorgen
In directory home.keithp.com:/tmp/cvs-serv15182

Modified Files:
	xcursorgen.c 
Log Message:
Include config.h in xcursorgen.c, even though the code doesnt need it yet

Index: xcursorgen.c
===================================================================
RCS file: /local/src/CVS/xcursorgen/xcursorgen.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xcursorgen.c	21 Apr 2003 14:15:35 -0000	1.9
+++ xcursorgen.c	6 May 2003 18:56:56 -0000	1.10
@@ -28,6 +28,8 @@
 #include <string.h>
 #include <ctype.h>
 
+#include "config.h"
+
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <X11/Xcursor/Xcursor.h>