From: Daniel Stenberg Date: Wed, 3 Mar 2004 09:27:18 +0000 (+0000) Subject: Tom Bates' adjustment to build on his nsr-tandem-nsk. X-Git-Tag: curl-7_11_1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ef40731a0dc3f30bfcf98bf678cb35d4fd2ed3;p=thirdparty%2Fcurl.git Tom Bates' adjustment to build on his nsr-tandem-nsk. --- diff --git a/lib/setup.h b/lib/setup.h index 60d305e8f9..ebab1367db 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -100,6 +100,10 @@ typedef unsigned char bool; #endif #include +#ifdef __TANDEM /* for nsr-tandem-nsk systems */ +#include +#endif + #ifndef OS #ifdef WIN32 #define OS "win32" diff --git a/src/setup.h b/src/setup.h index 8c6970ab29..d11e7300aa 100644 --- a/src/setup.h +++ b/src/setup.h @@ -62,6 +62,10 @@ #include +#ifdef __TANDEM +#include +#endif + #ifndef TRUE #define TRUE 1 #endif