mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 21:49:07 +08:00
Fix a compiling error
The function fstat isn't declared without this include on debian strect/sid and Fedora-23 Change-Id: I660a32ff173dcba04674aed51ed855b4fa55ac67 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "json.h"
|
||||
#include "json_util.h"
|
||||
|
||||
Reference in New Issue
Block a user