summaryrefslogtreecommitdiff
path: root/code/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/core/core.h')
-rw-r--r--code/core/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/code/core/core.h b/code/core/core.h
index 9738fb4..cb08bc9 100644
--- a/code/core/core.h
+++ b/code/core/core.h
@@ -93,6 +93,9 @@ typedef uint32_t ecp_seq_t;
#include "timer.h"
#ifdef ECP_WITH_RBUF
+#ifdef ECP_WITH_MSGQ
+#include "msgq.h"
+#endif
#include "rbuf.h"
#endif