summaryrefslogtreecommitdiff
path: root/src/xcb.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-03-11 20:32:04 -0800
committerJamey Sharp <jamey@minilop.net>2006-03-11 20:32:04 -0800
commit5cdc02e3441dc623e91ebc5d7f735565b83f8435 (patch)
treedb6d750e0799966c3809a081e66f9072aee54e7d /src/xcb.h
parent5b0ae3421dd373a8575b7a0d60989edfc056cf71 (diff)
Portability fixes. Should help DragonFly and Solaris, and should not hurt anything else. Tested only on linux so far though.
Diffstat (limited to 'src/xcb.h')
-rw-r--r--src/xcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcb.h b/src/xcb.h
index ee87a99..68c32a8 100644
--- a/src/xcb.h
+++ b/src/xcb.h
@@ -27,6 +27,7 @@
#ifndef __XCB_H
#define __XCB_H
+#include <sys/types.h>
#include <X11/Xmd.h>
#include <X11/X.h>
#include <sys/uio.h>