Browse Source

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>
tags/json-c-0.13-20171207
José Bollo 9 years ago
parent
commit
54ae254537
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/test_util_file.c

+ 1
- 0
tests/test_util_file.c View File

@@ -5,6 +5,7 @@
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>

#include "json.h"
#include "json_util.h"


Loading…
Cancel
Save