aboutsummaryrefslogtreecommitdiff
path: root/src/core/lmq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lmq.h')
-rw-r--r--src/core/lmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lmq.h b/src/core/lmq.h
index c44ca24c..eb687082 100644
--- a/src/core/lmq.h
+++ b/src/core/lmq.h
@@ -10,7 +10,7 @@
#ifndef CORE_LMQ_H
#define CORE_LMQ_H
-#include "core/defs.h"
+#include "defs.h"
// nni_lmq is a very lightweight message queue. Defining it this way allows
// us to share some common code. Locking must be supplied by the caller.