diff options
author | marha <marha@users.sourceforge.net> | 2010-12-26 20:09:16 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-26 20:09:16 +0000 |
commit | 98a38f8fe605b90577b7a07f68b8a0866dd18a15 (patch) | |
tree | bc8a396a648b702c77c82155c6c364b8f1c9ccb2 /X11/Xarch.h | |
parent | bfc120af66586bc6c79cd65a6bc7733b7ccdb428 (diff) | |
download | vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.tar.gz vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.tar.bz2 vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.zip |
Updated to xproto-7.0.20
Diffstat (limited to 'X11/Xarch.h')
-rw-r--r-- | X11/Xarch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/X11/Xarch.h b/X11/Xarch.h index 58fb9a5d8..f80c58099 100644 --- a/X11/Xarch.h +++ b/X11/Xarch.h @@ -40,6 +40,7 @@ # else # if defined(SVR4) || defined(__SVR4) +# include <sys/types.h> # include <sys/byteorder.h> # elif defined(CSRG_BASED) # if defined(__NetBSD__) || defined(__OpenBSD__) |