diff options
-rw-r--r-- | test/log/syslog_test.c | 2 | ||||
-rw-r--r-- | test/log/syslog_test_ndebug.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/log/syslog_test.c b/test/log/syslog_test.c index febaca68e8d..a058d8f5695 100644 --- a/test/log/syslog_test.c +++ b/test/log/syslog_test.c @@ -18,7 +18,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; diff --git a/test/log/syslog_test_ndebug.c b/test/log/syslog_test_ndebug.c index c7f5a60861f..84844a39440 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; |