diff options
Diffstat (limited to 'client/client_priv.h')
-rw-r--r-- | client/client_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_priv.h b/client/client_priv.h index f321b47aec0..ae5556cac35 100644 --- a/client/client_priv.h +++ b/client/client_priv.h @@ -22,7 +22,7 @@ #include <mysql_embed.h> #include <mysql.h> #include <errmsg.h> -#include <getopt.h> +#include <my_getopt.h> /* We have to define 'enum options' identical in all files to keep OS2 happy */ |