diff options
Diffstat (limited to 'storage/connect/tabxcl.cpp')
-rw-r--r-- | storage/connect/tabxcl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabxcl.cpp b/storage/connect/tabxcl.cpp index 96da0571271..eb9e9c0e4dc 100644 --- a/storage/connect/tabxcl.cpp +++ b/storage/connect/tabxcl.cpp @@ -16,6 +16,7 @@ /* Include relevant section of system dependant header files. */ /***********************************************************************/ #include "my_global.h" +#include "table.h" // MySQL table definitions #if defined(WIN32) #include <stdlib.h> #include <stdio.h> @@ -40,7 +41,6 @@ /***********************************************************************/ /* Include application header files: */ /***********************************************************************/ -#include "table.h" // MySQL table definitions #include "global.h" #include "plgdbsem.h" #include "plgcnx.h" // For DB types |