diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-10-12 03:24:25 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-10-12 03:24:25 -0300 |
commit | b94a127ccdb4aac480cee39f0799a10a2f6c7297 (patch) | |
tree | f99431b764cbc7b2a5d7313d126a33e3204a6a19 /src | |
parent | 701ffe18c2f256245b4d016daafca208839a8f63 (diff) | |
download | blogc-b94a127ccdb4aac480cee39f0799a10a2f6c7297.tar.gz blogc-b94a127ccdb4aac480cee39f0799a10a2f6c7297.tar.bz2 blogc-b94a127ccdb4aac480cee39f0799a10a2f6c7297.zip |
file: added missing header
Diffstat (limited to 'src')
-rw-r--r-- | src/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ #endif /* HAVE_CONFIG_H */ #include <errno.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #include "utils/utils.h" |