diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-03-11 20:32:04 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-03-11 20:32:04 -0800 |
commit | 5cdc02e3441dc623e91ebc5d7f735565b83f8435 (patch) | |
tree | db6d750e0799966c3809a081e66f9072aee54e7d /src/xcb.h | |
parent | 5b0ae3421dd373a8575b7a0d60989edfc056cf71 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |