build with std=c99

This commit is contained in:
josch
2014-10-02 08:20:08 +02:00
parent 5bcd7c38e7
commit 5fa32f8878
17 changed files with 47 additions and 9 deletions

View File

@@ -16,6 +16,8 @@
*
*/
#define _POSIX_C_SOURCE 200809L // for strdup
#include <stdint.h>
#include <stdlib.h>
#include <string.h>