summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-02-11 17:44:37 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-11 17:45:11 +0100
commit237819afda29accc5e1e98ba3fbed6fee29d5ca9 (patch)
tree9f5090a80a5915a43a177ce1a0aea9ab26dbc510 /include
parented5853db0383db0903448012957b928795f72f6d (diff)
downloadcmocka-237819afda29accc5e1e98ba3fbed6fee29d5ca9.tar.gz
cmocka-237819afda29accc5e1e98ba3fbed6fee29d5ca9.tar.bz2
cmocka-237819afda29accc5e1e98ba3fbed6fee29d5ca9.zip
config: Add missing define for (v)snprintf functions.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-rw-r--r--include/cmocka_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cmocka_private.h b/include/cmocka_private.h
index 4b71dfe..1e40c2c 100644
--- a/include/cmocka_private.h
+++ b/include/cmocka_private.h
@@ -17,6 +17,8 @@
#ifndef CMOCKA_PRIVATE_H_
#define CMOCKA_PRIVATE_H_
+#include "config.h"
+
#ifdef _WIN32
#include <windows.h>