diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-13 08:35:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-13 08:35:57 +0000 |
commit | 36f76396ea913b4596e6af3e7114e800d9aafef9 (patch) | |
tree | 369b5e0229194c8ad638fbdb542b1e357bb29c94 /lib/timeval.h | |
parent | 1cb3cd1463c7a661863662dccf5c12600b4a4c70 (diff) | |
download | curl-36f76396ea913b4596e6af3e7114e800d9aafef9.tar.gz |
Diego Casorran's fixes to allow native AmigaOS builds
Diffstat (limited to 'lib/timeval.h')
-rw-r--r-- | lib/timeval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeval.h b/lib/timeval.h index 3664ba652..cb984c8a6 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -32,7 +32,7 @@ #endif #ifndef HAVE_GETTIMEOFDAY -#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__) +#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__) && !defined(_AMIGASF) struct timeval { long tv_sec; long tv_usec; |