summaryrefslogtreecommitdiff
path: root/missing/vsnprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/vsnprintf.c')
-rw-r--r--missing/vsnprintf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/missing/vsnprintf.c b/missing/vsnprintf.c
index 64076b5c01..39c34890bd 100644
--- a/missing/vsnprintf.c
+++ b/missing/vsnprintf.c
@@ -101,6 +101,9 @@
#define __const
#endif /* People who don't like const sys_error */
+#ifdef NT
+typedef long size_t;
+#endif
#ifndef NULL
#define NULL 0