diff options
author | Colin Harrison <colin.harrison-at-virgin.net> | 2008-04-29 00:40:48 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-04-29 00:40:48 +0100 |
commit | e6b525aefc05b5203391699b00053ad52243cc6b (patch) | |
tree | 0e21afda4bb1e8e7a34aee02eab0128d3a3107a3 | |
parent | ef58f37724b841ef2246757be27111775aa86559 (diff) |
include for sleep()
-rw-r--r-- | src/ICElibint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ICElibint.h b/src/ICElibint.h index fd84fde..ca61553 100644 --- a/src/ICElibint.h +++ b/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> |