add stdarg for gcc on freebsd

This commit is contained in:
Jan-Piet Mens 2016-07-18 16:37:28 +02:00
parent 20fd6a07be
commit 8211062862
2 changed files with 2 additions and 0 deletions

1
http.h
View File

@ -1,6 +1,7 @@
#ifndef _HTTP_H_INCLUDED_
# define _HTTP_H_INCLUDED_
#include <stdarg.h>
#include "mongoose.h"
#include "storage.h"
#include "json.h"

View File

@ -4,6 +4,7 @@
#include "json.h"
#ifdef WITH_HTTP
# include <stdarg.h>
# include "mongoose.h"
#endif
#include "gcache.h"