aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jalv_console.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c
index d3f3389..c0f369c 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -16,7 +16,8 @@
#define _POSIX_C_SOURCE 200809L
#define _XOPEN_SOURCE 600
-#define _BSD_SOURCE
+#define _BSD_SOURCE 1
+#define _DEFAULT_SOURCE 1
#include <stdbool.h>
#include <stdio.h>