diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-05 08:19:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-05 08:19:34 +0000 |
commit | edeac97773f3e1f32ecd8bc7a9894bd3b391df73 (patch) | |
tree | 695d1e513857c62c11a5822ad99b7d5f1b2be121 /lib/config-win32ce.h | |
parent | 40498ffdd0c715fcb5db1bfc04a597a9f65f9644 (diff) | |
download | curl-edeac97773f3e1f32ecd8bc7a9894bd3b391df73.tar.gz |
it has a sys/stat.h file, according to Paul Nolan
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index e217d4c81..e34ef6f55 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -171,7 +171,7 @@ /* #define HAVE_SYS_SOCKIO_H 1 */ /* Define if you have the <sys/stat.h> header file. */ -//#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_STAT_H 1 /* Define if you have the <sys/utime.h> header file */ #define HAVE_SYS_UTIME_H 1 |