diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-04-09 20:29:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-04-09 20:29:46 +0000 |
commit | 5c72c70268d9966794ec1e525e2a8f97b7451d7f (patch) | |
tree | 510cb376bc5303401a8531a884b272e82b221830 /lib/libICE/src/ICElibint.h | |
parent | 34effda01103f55888704a1c1cca2d2c558be93b (diff) |
Update to libICE 1.0.5.
Main change: ansification.
Bumped major since some symbols which were not part of the public API
have been changed to 'static'.
Diffstat (limited to 'lib/libICE/src/ICElibint.h')
-rw-r--r-- | lib/libICE/src/ICElibint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libICE/src/ICElibint.h b/lib/libICE/src/ICElibint.h index fd84fdebf..ca6155321 100644 --- a/lib/libICE/src/ICElibint.h +++ b/lib/libICE/src/ICElibint.h @@ -37,6 +37,9 @@ Author: Ralph Mor, X Consortium #include <X11/ICE/ICEproto.h> #include <X11/ICE/ICEconn.h> #include <X11/ICE/ICEmsg.h> +#ifdef WIN32 +#include <X11/Xwindows.h> +#endif #include <stdlib.h> #include <stddef.h> |