summaryrefslogtreecommitdiff
path: root/src/wchar/swprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/swprintf.c')
-rw-r--r--src/wchar/swprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/swprintf.c b/src/wchar/swprintf.c
index 1b9ef406..c9a6dcc6 100644
--- a/src/wchar/swprintf.c
+++ b/src/wchar/swprintf.c
@@ -1,5 +1,5 @@
#include <wchar.h>
-#include "stdarg.h"
+#include <stdarg.h>
int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...)
{