Build fix: missing stdio.h include in signal-helper.hpp
[lttng-tools.git] / tests / utils / testapp / signal-helper.hpp
index ceadcb37277225bab6adf92667032888f6be49a0..cff564951015382fde8b97ca20b6b3a67155284d 100644 (file)
@@ -9,6 +9,7 @@
 #define LTTNG_TESTAPP_SIGNAL_HELPER_H
 
 #include <signal.h>
+#include <stdio.h>
 
 static volatile int should_quit;
 
This page took 0.023067 seconds and 4 git commands to generate.