added missing include file to test.c

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2018-03-03 10:37:19 +01:00
parent e18ec3a701
commit 6939b7fe45

View File

@ -12,6 +12,7 @@
#include <time.h>
#include <locale.h>
#include <syslog.h>
#include <getopt.h>
#include <piler.h>