diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.netware | 1 |
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) >> $@ |