diff options
Diffstat (limited to 'extra/perror.c')
-rw-r--r-- | extra/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c index 5fc1f75785b..28a1d217f3e 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -19,7 +19,7 @@ #define PERROR_VERSION "2.6" -#include <global.h> +#include <my_global.h> #include <my_sys.h> #include <m_string.h> #include <errno.h> |