diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index 82cf5c0d4..4a8dd4bff 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.c @@ -42,6 +42,7 @@ #include <time.h> #include <unistd.h> #include <fcntl.h> +#include <ctype.h> #if HAVE_EXECINFO_H #include <execinfo.h> @@ -55,8 +56,7 @@ #include <langinfo.h> #endif -#if defined(__CYGWIN__) || defined(WIN32) -#include <ctype.h> +#if defined(WIN32) #include <windows.h> #endif |