summaryrefslogtreecommitdiff
path: root/auto_tests/monolith_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/monolith_test.c')
-rw-r--r--auto_tests/monolith_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/auto_tests/monolith_test.c b/auto_tests/monolith_test.c
index d6f675a2..253d2bd3 100644
--- a/auto_tests/monolith_test.c
+++ b/auto_tests/monolith_test.c
@@ -1,12 +1,13 @@
1/* Auto Tests: One instance. 1/* Auto Tests: One instance.
2 */ 2 */
3 3
4#define _DARWIN_C_SOURCE
5#define _XOPEN_SOURCE 600
6
4#ifdef HAVE_CONFIG_H 7#ifdef HAVE_CONFIG_H
5#include "config.h" 8#include "config.h"
6#endif 9#endif
7 10
8#define _DARWIN_C_SOURCE
9#define _XOPEN_SOURCE 600
10#include "../other/monolith.h" 11#include "../other/monolith.h"
11 12
12int main(int argc, char *argv[]) 13int main(int argc, char *argv[])