summaryrefslogtreecommitdiff
path: root/strings/strfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strfill.c')
-rw-r--r--strings/strfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strfill.c b/strings/strfill.c
index ef0ccb567d1..2f9bfc137b3 100644
--- a/strings/strfill.c
+++ b/strings/strfill.c
@@ -25,7 +25,7 @@
strfill() returns pointer to dest+len;
*/
-#include <global.h>
+#include <my_global.h>
#include "m_string.h"
my_string strfill(my_string s,uint len,pchar fill)