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 64a43a04..23c17d8b 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -14,7 +14,7 @@
#include <stdbool.h>
#include <stdint.h>
-#include <nng/nng.h>
+#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