diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-04-05 22:58:30 +0200 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-04-05 22:58:30 +0200 |
commit | e6613ad22bf7fa6da52609136c4c7630cc2f3a4b (patch) | |
tree | 5694bb96e55e135d85e9c64473f870e8cbcc0c13 | |
parent | db9351f8d2a3b4910858cf23367cafe5a39ff3eb (diff) |
Define _GNU_SOURCE for M_PI on windows
-rw-r--r-- | attract.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <stdbool.h> |