diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#define _POSIX_C_SOURCE 1 +#define _POSIX_C_SOURCE 199506L #include <errno.h> #include <stdarg.h> #include <stdio.h> |
index : wlroots.git | ||
fork of wlroots with action binder support |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | util/log.c | 2 |
@@ -1,4 +1,4 @@ -#define _POSIX_C_SOURCE 1 +#define _POSIX_C_SOURCE 199506L #include <errno.h> #include <stdarg.h> #include <stdio.h> |