summaryrefslogtreecommitdiff
path: root/src/stdlib/wcstombs_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/wcstombs_s.c')
-rw-r--r--src/stdlib/wcstombs_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/wcstombs_s.c b/src/stdlib/wcstombs_s.c
index b0a8980b..a0713638 100644
--- a/src/stdlib/wcstombs_s.c
+++ b/src/stdlib/wcstombs_s.c
@@ -1,4 +1,4 @@
-#include "stdlib.h"
+#include <stdlib.h>
/** convert wide character string to multibyte string **/
errno_t wcstombs_s(size_t * restrict retval, char * restrict dst, rsize_t dstmax, const wchar_t * restrict src, rsize_t len)