summaryrefslogtreecommitdiff
path: root/common/test_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/test_util.c')
-rw-r--r--common/test_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/test_util.c b/common/test_util.c
index c5c238d42d..fc9ce64a60 100644
--- a/common/test_util.c
+++ b/common/test_util.c
@@ -5,8 +5,10 @@
* Test utilities.
*/
+#ifdef TEST_COVERAGE
#include <signal.h>
#include <stdlib.h>
+#endif
#include "console.h"
#include "hooks.h"