summaryrefslogtreecommitdiff
path: root/strings/strmake.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strmake.c')
-rw-r--r--strings/strmake.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strmake.c b/strings/strmake.c
index 56bd3a8f084..761a0cdc5f7 100644
--- a/strings/strmake.c
+++ b/strings/strmake.c
@@ -24,8 +24,7 @@
strmake() returns pointer to closing null
*/
-#include <my_global.h>
-#include "m_string.h"
+#include "strings_def.h"
char *strmake(register char *dst, register const char *src, size_t length)
{