From f5f7a59ff8fa886fcc55366df97c339320dc456a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 28 Mar 2008 21:59:20 +0200 Subject: [PATCH] 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 --- extra/perror.c | 1 + 1 file changed, 1 insertion(+) 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;