summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/surface/wld.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/surface/wld.c b/src/surface/wld.c
index 01bea75..51389b4 100644
--- a/src/surface/wld.c
+++ b/src/surface/wld.c
@@ -8,17 +8,14 @@
#define _XOPEN_SOURCE 500
-#include <stdbool.h>
-
/* deal with using -std=c99 and glibc changed to no have mkostemp with it set */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
-#include <stdlib.h>
-#undef _GNU_SOURCE
-#else
-#include <stdlib.h>
#endif
+#include <stdbool.h>
+#include <stdlib.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>