diff options
Diffstat (limited to 'mysys/getopt.c')
-rw-r--r-- | mysys/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/getopt.c b/mysys/getopt.c index 774cf3b82f4..35db805d997 100644 --- a/mysys/getopt.c +++ b/mysys/getopt.c @@ -46,7 +46,7 @@ Cambridge, MA 02139, USA. */ #endif #endif -#include <global.h> /* Changes for mysys */ +#include <my_global.h> /* Changes for mysys */ #include <m_string.h> /* Comment out all this code if we are using the GNU C Library, and are not |