aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-11 02:40:19 +0000
committerYang Tse <yangsita@gmail.com>2008-08-11 02:40:19 +0000
commit62a6b8d4a649cc7e04a900aa497b457e649b3ec8 (patch)
tree2e7af8740fad9496d553bcf104cd56dca883b0b0 /lib/Makefile.netware
parent24b189071035e5b987c137b491532597158889b9 (diff)
Fix NetWare missing curl_off_t typedef!!
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 3986dc71b..98876ca5e 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -605,5 +605,6 @@ else
@echo $(DL)#define CURL_FORMAT_OFF_T "%ld"$(DL) >> $@
@echo $(DL)#define CURL_SIZEOF_CURL_OFF_T 4$(DL) >> $@
endif
+ @echo $(DL)typedef CURL_OFF_T curl_off_t;$(DL) >> $@
@echo $(DL)#endif /* __CURL_CURLBUILD_H */$(DL) >> $@