]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: include stdio.h
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 10 Aug 2016 17:51:57 +0000 (14:51 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 15 Aug 2016 13:26:42 +0000 (10:26 -0300)
It's used in the log macros so include it.

testsuite/testsuite.h

index 3bd74f34ca7e50f6c353fb610bb360b07486bf24..bb0eb507ac2f29bee6b091ff6bd108fe627c2af9 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdbool.h>
 #include <stdarg.h>
+#include <stdio.h>
 
 #include <shared/macro.h>