--- '*.orig' +++ '*.orig' @@ -40,6 +40,7 @@ */ #define DONT_USE_RAID +#include #include #include #include --- '*.orig' +++ '*.orig' @@ -16,6 +16,8 @@ #ifndef _my_getopt_h #define _my_getopt_h +#include + C_MODE_START #define GET_NO_ARG 1 --- '*.orig' +++ '*.orig' @@ -20,6 +20,9 @@ #ifndef _my_time_h_ #define _my_time_h_ + +#include + #include "my_global.h" #include "mysql_time.h" --- '*.orig' +++ '*.orig' @@ -80,6 +80,8 @@ #define FORCE_DBUG_OFF #endif +#include + #include "mysys_priv.h" #ifdef THREAD --- '*.orig' +++ '*.orig' @@ -1,5 +1,6 @@ /* Init cclasses array from ctypes */ +#include #include #include #include --- '*.orig' +++ '*.orig' @@ -15,6 +15,7 @@ /* Update current record in heap-database */ +#include #include "heapdef.h" int heap_update(HP_INFO *info, const uchar *old, const uchar *heap_new) --- '*.orig' +++ '*.orig' @@ -15,6 +15,7 @@ /* This file is included by all internal myisam files */ +#include #include "myisam.h" /* Structs & some defines */ #include "myisampack.h" /* packing of keys */ #include --- '*.orig' +++ '*.orig' @@ -13,6 +13,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include "vio_priv.h" #ifdef HAVE_OPENSSL