diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-03 09:27:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-03 09:27:18 +0000 |
commit | b2ef40731a0dc3f30bfcf98bf678cb35d4fd2ed3 (patch) | |
tree | 4f8e83e4b7a63d06222f7b7847587751cfe2eef2 /src/setup.h | |
parent | e2f7030202bac42e7f08309ba71e370fba714623 (diff) | |
download | curl-b2ef40731a0dc3f30bfcf98bf678cb35d4fd2ed3.tar.gz |
Tom Bates' adjustment to build on his nsr-tandem-nsk.
Diffstat (limited to 'src/setup.h')
-rw-r--r-- | src/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 8c6970ab2..d11e7300a 100644 --- a/src/setup.h +++ b/src/setup.h @@ -62,6 +62,10 @@ #include <stdio.h> +#ifdef __TANDEM +#include <floss.h> +#endif + #ifndef TRUE #define TRUE 1 #endif |