aboutsummaryrefslogtreecommitdiff
path: root/src/core/snprintf.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-12 03:42:26 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-12 03:42:26 -0800
commit1adefe3879b211a47a784f477d56a9416ae72254 (patch)
treecf017599969fb109d62981cbef56eeeef4d2b108 /src/core/snprintf.c
parent091043a0df9568b18e9bb49b07762b95e3508108 (diff)
downloadnng-1adefe3879b211a47a784f477d56a9416ae72254.tar.gz
nng-1adefe3879b211a47a784f477d56a9416ae72254.tar.bz2
nng-1adefe3879b211a47a784f477d56a9416ae72254.zip
New inproc transport.
Lots of supporting changes.
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, ...)