forked from Mirrors/sngrep
test_input: import config.h
required to expose usleep via GNU_SOURCE
This commit is contained in:
parent
5977b92d65
commit
69ddc89304
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
* Basic input injector for sngrep testing
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue