aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/setup.h4
-rw-r--r--src/setup.h4
2 files changed, 8 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"
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