aboutsummaryrefslogtreecommitdiff
path: root/xcursor/xcursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'xcursor/xcursor.c')
-rw-r--r--xcursor/xcursor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xcursor/xcursor.c b/xcursor/xcursor.c
index 17ad758b..66346709 100644
--- a/xcursor/xcursor.c
+++ b/xcursor/xcursor.c
@@ -23,8 +23,8 @@
* SOFTWARE.
*/
-#define _POSIX_C_SOURCE 200809L
-#define _DEFAULT_SOURCE
+#undef _POSIX_C_SOURCE
+#define _DEFAULT_SOURCE // for d_type in struct dirent
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>