define _POSIX_C_SOURCE through CPPFLAGS

like dwm
This commit is contained in:
Leonardo Hernández Hernández 2022-09-08 00:10:53 -05:00
parent d1496a2a9b
commit 871463c327
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 1 additions and 2 deletions

1
dwl.c
View file

@ -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>