From b94a127ccdb4aac480cee39f0799a10a2f6c7297 Mon Sep 17 00:00:00 2001
From: "Rafael G. Martins" <rafael@rafaelmartins.eng.br>
Date: Mon, 12 Oct 2015 03:24:25 -0300
Subject: file: added missing header

---
 src/file.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/file.c b/src/file.c
index e64c2f8..d660afc 100644
--- a/src/file.c
+++ b/src/file.c
@@ -11,6 +11,7 @@
 #endif /* HAVE_CONFIG_H */
 
 #include <errno.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
 #include "utils/utils.h"
-- 
cgit v1.2.3-18-g5258