summaryrefslogtreecommitdiff
path: root/src/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-12 17:04:26 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-12 17:04:26 +0100
commit2875bb20e57f09b9e8add0b67ce370c46d74767d (patch)
tree4edc771a664cbbca0edb282c758ac386e29118db /src/port
parent6921ab52299b015392d2efbeeea857d673ada29f (diff)
downloadwolfbones-2875bb20e57f09b9e8add0b67ce370c46d74767d.tar.gz
wolfbones-2875bb20e57f09b9e8add0b67ce370c46d74767d.tar.bz2
including sys_internal.h for snprintf on Cygwin
Diffstat (limited to 'src/port')
-rw-r--r--src/port/snprintf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/snprintf.h b/src/port/snprintf.h
index 0ffffe2..4984239 100644
--- a/src/port/snprintf.h
+++ b/src/port/snprintf.h
@@ -2,6 +2,7 @@
#define __SNPRINTF_H
#include "port/sys.h"
+#include "port/sys_internal.h"
/* impose some defaults, if we need snprintf and friends on the platform
* given, we define the proper values in include/port/sys.h