fixed build on openbsd
authorArun Persaud <arun@nubati.net>
Sun, 15 Nov 2009 06:13:10 +0000 (22:13 -0800)
committerArun Persaud <arun@nubati.net>
Sun, 15 Nov 2009 06:13:10 +0000 (22:13 -0800)
added missing header file

xoptions.c

index 6c3d8aa..c154030 100644 (file)
@@ -45,6 +45,7 @@ extern char *getenv();
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif
+#include <stdint.h>
 
 #include <X11/Intrinsic.h>
 #include <X11/StringDefs.h>