diff options
Diffstat (limited to 'strings/strmake.c')
-rw-r--r-- | strings/strmake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strmake.c b/strings/strmake.c index d4edce689a5..6f02e4007c8 100644 --- a/strings/strmake.c +++ b/strings/strmake.c @@ -25,7 +25,7 @@ strmake() returns pointer to closing null; */ -#include <global.h> +#include <my_global.h> #include "m_string.h" #ifdef BAD_STRING_COMPILER |