diff options
author | tonu@hundin.mysql.fi <> | 2001-05-31 17:18:25 +0300 |
---|---|---|
committer | tonu@hundin.mysql.fi <> | 2001-05-31 17:18:25 +0300 |
commit | 1519e5d01df70e64142b688ae16bed69913cebc2 (patch) | |
tree | 10378caa2d664f34da82d58a0fbe3f17c6ad6704 /vio/viosslfactories.c | |
parent | 776dea8105cbf04dad314e9a70b5dbc74179084e (diff) | |
download | mariadb-git-1519e5d01df70e64142b688ae16bed69913cebc2.tar.gz |
Support for VIO library
Diffstat (limited to 'vio/viosslfactories.c')
-rw-r--r-- | vio/viosslfactories.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vio/viosslfactories.c b/vio/viosslfactories.c index 2b2eaf4fff5..dfe67b503f8 100644 --- a/vio/viosslfactories.c +++ b/vio/viosslfactories.c @@ -2,7 +2,8 @@ #include <global.h> #include <my_sys.h> -#include <vio.h> +#include <mysql_com.h> +#include <violite.h> #ifdef HAVE_OPENSSL |