From: Liu Yuan <[email protected]>

Without, we have to include these two headers every time in source file to avoid
compile error.

Signed-off-by: Liu Yuan <[email protected]>
---
 include/util.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/util.h b/include/util.h
index d583a2f..fcd59db 100644
--- a/include/util.h
+++ b/include/util.h
@@ -1,6 +1,8 @@
 #ifndef __UTIL_H__
 #define __UTIL_H__
 
+#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <limits.h>
 #include <stdint.h>
-- 
1.7.10.2

-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to