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

@@ -17,6 +17,8 @@
*
*/
#define _POSIX_C_SOURCE 200809L // for strdup
#include <jansson.h>
#include <stdint.h>
#include <stdio.h>

View File

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

View File

@@ -17,6 +17,8 @@
*
*/
#define _POSIX_C_SOURCE 200809L // for strdup
#include <openssl/md5.h>
#include <openssl/sha.h>
#include <stdarg.h>