summaryrefslogtreecommitdiff
path: root/test/polystar2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/polystar2.c')
-rw-r--r--test/polystar2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/polystar2.c b/test/polystar2.c
index afff5a0..164d429 100644
--- a/test/polystar2.c
+++ b/test/polystar2.c
@@ -1,6 +1,8 @@
/* libnsfb ploygon plotter test program */
+#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 199506L
+#endif
#include <stdio.h>
#include <stdbool.h>