summaryrefslogtreecommitdiff
path: root/strings/strappend.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strappend.c')
-rw-r--r--strings/strappend.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strappend.c b/strings/strappend.c
index bb926f74665..1a95da673a7 100644
--- a/strings/strappend.c
+++ b/strings/strappend.c
@@ -23,8 +23,7 @@
trunked. The des+len character is allways set to NULL.
*/
-#include <my_global.h>
-#include "m_string.h"
+#include "strings_def.h"
void strappend(register char *s, size_t len, pchar fill)