diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-27 12:51:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-27 12:51:15 +0000 |
commit | c12af7aed1eda985cb70521fe4e6d35a3d7946c6 (patch) | |
tree | e6ba8053a0a3c429d97ec3e5d6b54a1b1de62255 | |
parent | dcb6d1c01d38b9f9e3200c3986abdc37c72b93b6 (diff) |
oops, removed a # too many
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index c53e29f13..a81afba2c 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -34,7 +34,7 @@ # include <sys/time.h> # include <time.h> # else - include <sys/time.h> +# include <sys/time.h> # endif #endif /* defined (vms) */ |