aboutsummaryrefslogtreecommitdiff
path: root/src/core/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/snprintf.c')
-rw-r--r--src/core/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/snprintf.c b/src/core/snprintf.c
index 3ca73e00..574d537a 100644
--- a/src/core/snprintf.c
+++ b/src/core/snprintf.c
@@ -24,7 +24,7 @@
#include <stdint.h>
#include <stdlib.h>
-#include "nng_impl.h"
+#include "core/nng_impl.h"
void
nni_snprintf(char *dst, size_t sz, const char *fmt, ...)