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 | 047d857e40dc0cd72f8f18ae398d160441b9a592 (patch) | |
tree | 2bc3898a511372ec27745ca65f43f1961b9bd4ff /extra | |
parent | d332d8e35f9eadb71282b53353d69a6173c67463 (diff) | |
download | mariadb-git-047d857e40dc0cd72f8f18ae398d160441b9a592.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')
-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; |