diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2008-03-28 21:59:20 +0200 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2008-03-28 21:59:20 +0200 |
commit | f5f7a59ff8fa886fcc55366df97c339320dc456a (patch) | |
tree | 2bc3898a511372ec27745ca65f43f1961b9bd4ff /extra/perror.c | |
parent | f6bdf9815629f056f3bff5a56e16fd5a24803da2 (diff) | |
download | mariadb-git-f5f7a59ff8fa886fcc55366df97c339320dc456a.tar.gz |
perror.c:
fixed warning in 5.1-marvel in fix for bug 25177
extra/perror.c:
fixed warning in 5.1-marvel in fix for bug 25177
Diffstat (limited to 'extra/perror.c')
-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; |