Commit 93b21bde by Marcus Winter

base_cpp: fixed missing include on linux

parent 5336240f
......@@ -28,7 +28,6 @@
#include <embb/base/c/internal/unused.h>
#include <cstdarg>
#include <cstring>
extern "C" void embb_log_write_internal(
char const * channel,
......
......@@ -28,6 +28,8 @@
#include <embb/base/c/internal/unused.h>
#include <embb/base/log.h>
#include <cstring>
namespace embb {
namespace base {
namespace test {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment