linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] testsuite: include stdio.h
@ 2016-08-10 18:37 Lucas De Marchi
  2016-08-10 18:37 ` [PATCH 2/3] Add scratchbuf implementation Lucas De Marchi
  2016-08-10 18:37 ` [PATCH 3/3] depmod: fix string overflow Lucas De Marchi
  0 siblings, 2 replies; 5+ messages in thread
From: Lucas De Marchi @ 2016-08-10 18:37 UTC (permalink / raw)
  To: linux-modules; +Cc: Lucas De Marchi

From: Lucas De Marchi <lucas.demarchi@intel.com>

It's used in the log macros so include it.
---
 testsuite/testsuite.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/testsuite.h b/testsuite/testsuite.h
index 3bd74f3..bb0eb50 100644
--- a/testsuite/testsuite.h
+++ b/testsuite/testsuite.h
@@ -19,6 +19,7 @@
 
 #include <stdbool.h>
 #include <stdarg.h>
+#include <stdio.h>
 
 #include <shared/macro.h>
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-15 13:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-10 18:37 [PATCH 1/3] testsuite: include stdio.h Lucas De Marchi
2016-08-10 18:37 ` [PATCH 2/3] Add scratchbuf implementation Lucas De Marchi
2016-08-10 18:37 ` [PATCH 3/3] depmod: fix string overflow Lucas De Marchi
2016-08-13 20:31   ` Lucas De Marchi
2016-08-15 13:28     ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).