[lxc-devel] [PATCH 10/17] Include stdio.h in getline.h for FILE

Stéphane Graber stgraber at ubuntu.com
Fri Aug 16 15:13:56 UTC 2013


Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 src/include/getline.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/getline.h b/src/include/getline.h
index b030d7a..23d6f04 100644
--- a/src/include/getline.h
+++ b/src/include/getline.h
@@ -1,6 +1,8 @@
 #ifndef _getline_h
 #define _getline_h
 
+#include <stdio.h>
+
 extern ssize_t getline(char **outbuf, size_t *outsize, FILE *fp);
 
 #endif
-- 
1.8.3.2





More information about the lxc-devel mailing list