diff options
Diffstat (limited to 'get_load.c')
-rw-r--r-- | get_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ from the X Consortium. #include <stdlib.h> #include "xload.h" -#if defined(__CYGWIN__) +#if defined(__CYGWIN__) || defined(_WIN32) # define WIN32_LEAN_AND_MEAN # include <X11/Xwindows.h> typedef struct { |