aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-09-08 00:10:53 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-09-08 00:10:53 -0500
commit871463c32740d601241123770a65fea0d737fb54 (patch)
treedb242522a4153f1c1be0c8c5d7b87e8c0dbe1e82 /dwl.c
parentd1496a2a9b4a336ea08f0ed3eae7fa3f155989b3 (diff)
define _POSIX_C_SOURCE through CPPFLAGS
like dwm
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 58dc4db..530ee4e 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1,7 +1,6 @@
/*
* See LICENSE file for copyright and license details.
*/
-#define _POSIX_C_SOURCE 200809L
#include <getopt.h>
#include <libinput.h>
#include <limits.h>