diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dm.h | 9 |
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_ */ |