summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesStandardIncludes.h
blob: caa22166cb560f2ee5a6c49dfb39a8486bb887dc (plain)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__sun__) && defined(__GNUC__)
 #define _MSE_INT_H
#endif

#define _BOOL_DEFINED
#include <sys/time.h>
#define _XOPEN_SOURCE_EXTENDED
#include <curses.h>
#include <form.h>
#undef _XOPEN_SOURCE_EXTENDED