summaryrefslogtreecommitdiff
path: root/src/string/strerror_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strerror_s.c')
-rw-r--r--src/string/strerror_s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string/strerror_s.c b/src/string/strerror_s.c
index 293bb81d..c1e85cac 100644
--- a/src/string/strerror_s.c
+++ b/src/string/strerror_s.c
@@ -1,5 +1,5 @@
-#include "string.h"
-#include "errno.h"
+#include <string.h>
+#include <errno.h>
#include "__strerror.h"
/** convert error number to string **/