diff options
| author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-06-05 12:47:26 +0300 |
|---|---|---|
| committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-06-05 12:47:26 +0300 |
| commit | b631217b97e6e63807a2e7195658d12de0236f58 (patch) | |
| tree | b478fb90aedd7925769e8a0b2887c0aa9734786e /src/xine-utils | |
| parent | 4e1f6c532f001e0aebc11738cb1ff2c70a1f4472 (diff) | |
| parent | 8ef238a8cc53fe097808e79de0682b140ff07057 (diff) | |
| download | xine-lib-b631217b97e6e63807a2e7195658d12de0236f58.tar.gz xine-lib-b631217b97e6e63807a2e7195658d12de0236f58.tar.bz2 | |
Merge from 1.1
Diffstat (limited to 'src/xine-utils')
| -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 e2aac22f5..1ca5f4d47 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.c @@ -41,6 +41,7 @@ #include <time.h> #include <unistd.h> #include <fcntl.h> +#include <ctype.h> #include <sys/socket.h> #if HAVE_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 |
