summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authorjani@hynda.(none) <>2002-05-22 23:54:24 +0300
committerjani@hynda.(none) <>2002-05-22 23:54:24 +0300
commita5ec0a90ead69f16771ae9fc43d429c33ee54129 (patch)
treec01334461ba2741cbb5763ef8029cae9ea298d25 /client/client_priv.h
parentc6b21b93dd966a9a54fa9523e54f5944fe0fc008 (diff)
downloadmariadb-git-a5ec0a90ead69f16771ae9fc43d429c33ee54129.tar.gz
moved my_getopt.h under client_priv.h
Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
Diffstat (limited to 'client/client_priv.h')
-rw-r--r--client/client_priv.h2
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 */