about summary refs log tree commit diff
path: root/converter/other/pamtosvg/vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtosvg/vector.c')
-rw-r--r--converter/other/pamtosvg/vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/vector.c b/converter/other/pamtosvg/vector.c
index 0a5ef3a9..771e5f27 100644
--- a/converter/other/pamtosvg/vector.c
+++ b/converter/other/pamtosvg/vector.c
@@ -1,6 +1,6 @@
 /* vector.c: vector/point operations. */
 
-#define _XOPEN_SOURCE   /* Make sure M_PI is in <math.h> */
+#define _XOPEN_SOURCE 500  /* get M_PI in math.h */
 #include <math.h>
 #include <errno.h>
 #include <assert.h>