diff --git a/test/log/syslog_test.c b/test/log/syslog_test.c index febaca68e8..a058d8f569 100644 --- a/test/log/syslog_test.c +++ b/test/log/syslog_test.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include "syslog_test.h" DECLARE_GLOBAL_DATA_PTR; diff --git a/test/log/syslog_test_ndebug.c b/test/log/syslog_test_ndebug.c index c7f5a60861..84844a3944 100644 --- a/test/log/syslog_test_ndebug.c +++ b/test/log/syslog_test_ndebug.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include "syslog_test.h" DECLARE_GLOBAL_DATA_PTR;