From 15d3beecdd227c08df600336dff9ecd2d5979136 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 9 May 2015 22:25:30 -0300 Subject: fixing gcc stupidity --- src/file.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index 5abdba7..5ff8dd0 100644 --- a/src/file.h +++ b/src/file.h @@ -9,11 +9,14 @@ #ifndef _FILE_H #define _FILE_H +#include +#include #include "utils/utils.h" #include "error.h" #define BLOGC_FILE_CHUNK_SIZE 1024 char* blogc_file_get_contents(const char *path, size_t *len, blogc_error_t **err); +int blogc_fprintf(FILE *stream, const char *format, ...); #endif /* _FILE_H */ -- cgit v1.2.3-18-g5258