test_input: import config.h

required to expose usleep via GNU_SOURCE
This commit is contained in:
psykose 2023-01-09 07:02:24 +00:00 committed by Kaian
parent 5977b92d65
commit 69ddc89304
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
*
* Basic input injector for sngrep testing
*/
#include "config.h"
#include <unistd.h>
#include <stdio.h>