aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-03 09:27:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-03 09:27:18 +0000
commitb2ef40731a0dc3f30bfcf98bf678cb35d4fd2ed3 (patch)
tree4f8e83e4b7a63d06222f7b7847587751cfe2eef2 /lib/setup.h
parente2f7030202bac42e7f08309ba71e370fba714623 (diff)
Tom Bates' adjustment to build on his nsr-tandem-nsk.
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 60d305e8f..ebab1367d 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -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"