diff options
author | gkodinov/kgeorge@magare.gmz <> | 2008-03-28 21:59:20 +0200 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2008-03-28 21:59:20 +0200 |
commit | 6916284df0acad571c417ce702f170c5812d6fcf (patch) | |
tree | 2bc3898a511372ec27745ca65f43f1961b9bd4ff /extra | |
parent | 1a72a8a1737ad1fc85b1326b4e6202bf439293c4 (diff) | |
download | mariadb-git-6916284df0acad571c417ce702f170c5812d6fcf.tar.gz |
perror.c:
fixed warning in 5.1-marvel in fix for bug 25177
Diffstat (limited to 'extra')
-rw-r--r-- | extra/perror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c index 612456eaff3..237b2582d43 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -32,6 +32,7 @@ static my_bool verbose, print_all_codes; #include "../include/my_base.h" #include "../mysys/my_handler_errors.h" +#include "../include/my_handler.h" #ifdef WITH_NDBCLUSTER_STORAGE_ENGINE static my_bool ndb_code; |