]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Tom Bates' adjustment to build on his nsr-tandem-nsk.
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 09:27:18 +0000 (09:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 09:27:18 +0000 (09:27 +0000)
lib/setup.h
src/setup.h

index 60d305e8f94851818a9867014d3ce78a54607c0e..ebab1367dbbba07f5b4641985e81dc9acef73a86 100644 (file)
@@ -100,6 +100,10 @@ typedef unsigned char bool;
 #endif
 #include <errno.h>
 
+#ifdef __TANDEM /* for nsr-tandem-nsk systems */
+#include <floss.h>
+#endif
+
 #ifndef OS
 #ifdef WIN32
 #define OS "win32"
index 8c6970ab2986bf1bd552d92f3570be07f588748e..d11e7300aaee302df2ef84043a90073df9f66afe 100644 (file)
 
 #include <stdio.h>
 
+#ifdef __TANDEM
+#include <floss.h>
+#endif
+
 #ifndef TRUE
 #define TRUE 1
 #endif