aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-21 01:37:01 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-21 01:37:01 -0800
commite5548fb00024af790f4422c86a8b9784909e76f9 (patch)
tree495aeafcf6efe2d6906a7314915dd4af58879860 /src/core
parent44f983ef691112993710a5456ed6d15da1d51420 (diff)
downloadnng-e5548fb00024af790f4422c86a8b9784909e76f9.tar.gz
nng-e5548fb00024af790f4422c86a8b9784909e76f9.tar.bz2
nng-e5548fb00024af790f4422c86a8b9784909e76f9.zip
fix compile errors.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/snprintf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/snprintf.h b/src/core/snprintf.h
index f25bc297..66028de3 100644
--- a/src/core/snprintf.h
+++ b/src/core/snprintf.h
@@ -11,6 +11,7 @@
#define CORE_SNPRINTF_H
#include <stddef.h>
+#include <stdarg.h>
/*
* We have our own snprintf, because some platforms lack this, while