diff options
author | tsmith@ramayana.hindu.god <> | 2008-01-04 19:59:37 -0700 |
---|---|---|
committer | tsmith@ramayana.hindu.god <> | 2008-01-04 19:59:37 -0700 |
commit | 68980477dd1ef8758fcaba3e2ddc104b8e8171c2 (patch) | |
tree | 4403410878d64f356864b763876a9195f8a36f04 /netware/mysql_test_run.c | |
parent | bf95cf16042ca8759a89fb3c6d0dd8d349bc7431 (diff) | |
parent | a0fbcc032613e5dd18e876ba629be1cfc9261e9d (diff) | |
download | mariadb-git-68980477dd1ef8758fcaba3e2ddc104b8e8171c2.tar.gz |
Merge ramayana.hindu.god:/home/tsmith/m/bk/51
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
Diffstat (limited to 'netware/mysql_test_run.c')
-rw-r--r-- | netware/mysql_test_run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netware/mysql_test_run.c b/netware/mysql_test_run.c index c32abce20d3..010c4380fdd 100644 --- a/netware/mysql_test_run.c +++ b/netware/mysql_test_run.c @@ -25,6 +25,7 @@ #include <sys/stat.h> #include <sys/mode.h> #include "my_manage.h" +#include "mysql_version.h" #ifdef __NETWARE__ #define strindex(a,b) ((char*)strindex(a,b)) #define strstr(a,b) ((char*)strstr(a,b)) |