]> git.armaanb.net Git - dmenu.git/commitdiff
_POSIX_C_SOURCE=200809L
authorConnor Lane Smith <cls@lubutu.com>
Fri, 6 Apr 2012 15:38:01 +0000 (16:38 +0100)
committerConnor Lane Smith <cls@lubutu.com>
Fri, 6 Apr 2012 15:38:01 +0000 (16:38 +0100)
config.mk

index ca89fd62e3a30f89ddff9c19845348620c4cd451..c0d466bb3903d8b6a9ba6de367115faa0aebc09e 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -17,7 +17,7 @@ INCS = -I${X11INC}
 LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
 
 # flags
-CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
 CFLAGS   = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS  = -s ${LIBS}