summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/form.h
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-11-08 22:03:52 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-11-08 22:03:52 (GMT)
commit777ec992196f30b98a2c164caae8959f8b8a2a50 (patch)
tree2051a4a48840b272532f6844170acbbeb636ba6a /Source/CursesDialog/form/form.h
parent05717b3dab73da8c2176f37cbe9c8c2814cf47f2 (diff)
downloadCMake-777ec992196f30b98a2c164caae8959f8b8a2a50.zip
CMake-777ec992196f30b98a2c164caae8959f8b8a2a50.tar.gz
CMake-777ec992196f30b98a2c164caae8959f8b8a2a50.tar.bz2
Changes to remove warnings and fix dependencies.
Diffstat (limited to 'Source/CursesDialog/form/form.h')
-rw-r--r--Source/CursesDialog/form/form.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/CursesDialog/form/form.h b/Source/CursesDialog/form/form.h
index d0777da..e18dfee 100644
--- a/Source/CursesDialog/form/form.h
+++ b/Source/CursesDialog/form/form.h
@@ -33,7 +33,18 @@
#ifndef FORM_H
#define FORM_H
+#if defined(__sun__) && defined(__GNUC__)
+ #define _MSE_INT_H
+#endif
+
+#define _BOOL_DEFINED
+#include <sys/time.h>
+#ifndef _XOPEN_SOURCE_EXTENDED
+ #define _XOPEN_SOURCE_EXTENDED
+#endif /* XOPEN_SOURCE_EXTENDED */
#include <curses.h>
+#undef _XOPEN_SOURCE_EXTENDED
+
#include <eti.h>
#include <stdarg.h>