summaryrefslogtreecommitdiff
path: root/src/string/strcpy_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strcpy_s.c')
-rw-r--r--src/string/strcpy_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strcpy_s.c b/src/string/strcpy_s.c
index 15e624b4..5522fc26 100644
--- a/src/string/strcpy_s.c
+++ b/src/string/strcpy_s.c
@@ -1,4 +1,4 @@
-#include "string.h"
+#include <string.h>
#include <limits.h>
/** copy string **/