aboutsummaryrefslogtreecommitdiffstats
path: root/sdk/dev/termcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/dev/termcap.h')
-rw-r--r--sdk/dev/termcap.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sdk/dev/termcap.h b/sdk/dev/termcap.h
new file mode 100644
index 0000000..e2cbb5b
--- /dev/null
+++ b/sdk/dev/termcap.h
@@ -0,0 +1,17 @@
+/*
+ * Portable termcap header.
+ * $Id$
+ * Copyright (c) 1997 by Tycho Softworks.
+ * For conditions on distribution and reuse see product license.
+ */
+
+#ifndef __DEV_TERMCAP_H__
+#define __DEV_TERMCAP_H__
+
+#ifndef TERMCAP_H_MISSING
+#include <termcap.h>
+#else
+#endif
+
+#endif
+