diff options
Diffstat (limited to 'stc/cstring.h')
| -rw-r--r-- | stc/cstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stc/cstring.h b/stc/cstring.h index 9cbdcfb5..ca22c4d5 100644 --- a/stc/cstring.h +++ b/stc/cstring.h @@ -24,6 +24,7 @@ #define CSTRING__H__
#include <stdlib.h> /* alloca, malloc */
+#include <malloc.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h> /* vsnprintf */
|
