diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-07 19:33:47 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-07 19:33:47 +0000 |
commit | 010bcfa9df31b1a07dcc543eaecca1fdfd353f0f (patch) | |
tree | 87596f084f2fb383a5abe69fda54a531924a5e06 /src/win32 | |
parent | 83e119154b672788c9bf959af2a0d394e211ccf9 (diff) | |
download | tor-010bcfa9df31b1a07dcc543eaecca1fdfd353f0f.tar tor-010bcfa9df31b1a07dcc543eaecca1fdfd353f0f.tar.gz |
Win32 compilation/correctness fixes.
svn:r5218
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 298584b85..c38508e3a 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -125,6 +125,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H +/* Define to 1 if you have the <sys/utime.h> header file. */ +#define HAVE_SYS_UTIME_H + /* Define to 1 if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H |