diff options
Diffstat (limited to 'strings/bcmp.c')
-rw-r--r-- | strings/bcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/bcmp.c b/strings/bcmp.c index 3dce5025b64..5f872afc709 100644 --- a/strings/bcmp.c +++ b/strings/bcmp.c @@ -22,7 +22,7 @@ Now only used with purify. */ -#include <global.h> +#include <my_global.h> #include "m_string.h" #if !defined(bcmp) && !defined(HAVE_BCMP) |