diff options
Diffstat (limited to 'test/log/syslog_test_ndebug.c')
-rw-r--r-- | test/log/syslog_test_ndebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <test/suites.h> #include <test/ut.h> #include <asm/eth.h> -#include <syslog_test.h> +#include "syslog_test.h" DECLARE_GLOBAL_DATA_PTR; |