diff options
author | emersion <contact@emersion.fr> | 2018-08-16 10:54:45 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-08-16 10:54:45 +0100 |
commit | f86f1daf9a6f143d003bcba8b16a737d6510f2e5 (patch) | |
tree | 3ec06cd45790fd88cbb886a8cf2eb7610125b1f6 /examples/rotation.c | |
parent | 28b0a4065b8d37b5301fb75377f1859b1b08af0b (diff) |
Fix build on FreeBSD
Diffstat (limited to 'examples/rotation.c')
-rw-r--r-- | examples/rotation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rotation.c b/examples/rotation.c index 2d2fb179..add7f42f 100644 --- a/examples/rotation.c +++ b/examples/rotation.c @@ -1,5 +1,4 @@ #define _POSIX_C_SOURCE 200112L -#define _XOPEN_SOURCE 500 #include <GLES2/gl2.h> #include <getopt.h> #include <math.h> |