summaryrefslogtreecommitdiff
path: root/strings/strxnmov.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strxnmov.c')
-rw-r--r--strings/strxnmov.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strxnmov.c b/strings/strxnmov.c
index 16469be6e45..4685affeac9 100644
--- a/strings/strxnmov.c
+++ b/strings/strxnmov.c
@@ -35,8 +35,7 @@
if total-string-length >= length then dst[length] will be set to \0
*/
-#include <my_global.h>
-#include "m_string.h"
+#include "strings_def.h"
#include <stdarg.h>
char *strxnmov(char *dst, size_t len, const char *src, ...)