summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dm.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/dm.h b/include/dm.h
index 4a107b2..82024f6 100644
--- a/include/dm.h
+++ b/include/dm.h
@@ -314,12 +314,9 @@ extern void WaitForChild (void);
* CloseOnFork flags
*/
-# define CLOSE_ALWAYS 0
-# define LEAVE_FOR_DISPLAY 1
-
-# include <stdlib.h>
-
-typedef void (*SIGFUNC)(int);
+#define CLOSE_ALWAYS 0
+#define LEAVE_FOR_DISPLAY 1
+#include <stdlib.h>
#endif /* _DM_H_ */