projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e139427
)
fixed build on openbsd
author
Arun Persaud
<arun@nubati.net>
Sun, 15 Nov 2009 06:13:10 +0000 (22:13 -0800)
committer
Arun Persaud
<arun@nubati.net>
Tue, 17 Nov 2009 05:57:05 +0000 (21:57 -0800)
added missing header file
xoptions.c
patch
|
blob
|
history
diff --git
a/xoptions.c
b/xoptions.c
index
6c3d8aa
..
c154030
100644
(file)
--- a/
xoptions.c
+++ b/
xoptions.c
@@
-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>