diff options
Diffstat (limited to 'strings/strfill.c')
-rw-r--r-- | strings/strfill.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strfill.c b/strings/strfill.c index 4b1fe67b206..9f30ef07548 100644 --- a/strings/strfill.c +++ b/strings/strfill.c @@ -23,8 +23,7 @@ strfill() returns pointer to dest+len; */ -#include <my_global.h> -#include "m_string.h" +#include "strings_def.h" char * strfill(char *s, size_t len, pchar fill) { |