From 69ddc893046059ea1fd0d7c89003af6621b014a8 Mon Sep 17 00:00:00 2001 From: psykose Date: Mon, 9 Jan 2023 07:02:24 +0000 Subject: [PATCH] test_input: import config.h required to expose usleep via GNU_SOURCE --- tests/test_input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_input.c b/tests/test_input.c index 58ae894..67ffafe 100644 --- a/tests/test_input.c +++ b/tests/test_input.c @@ -25,6 +25,7 @@ * * Basic input injector for sngrep testing */ +#include "config.h" #include #include