aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/defs.h')
-rw-r--r--src/core/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index 97d3dd06..c94d9bd3 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -15,7 +15,7 @@
#include <stddef.h>
#include <stdint.h>
-#include "nng/nng.h"
+#include "../include/nng/nng.h"
// C compilers may get unhappy when named arguments are not used. While
// there are things like __attribute__((unused)) which are arguably