diff options
Diffstat (limited to 'storage/connect/inihandl.c')
-rw-r--r-- | storage/connect/inihandl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/connect/inihandl.c b/storage/connect/inihandl.c index 9f1c06a9222..542b807f899 100644 --- a/storage/connect/inihandl.c +++ b/storage/connect/inihandl.c @@ -18,6 +18,8 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "my_global.h" + #include <ctype.h> //#include <errno.h> #include <fcntl.h> @@ -28,7 +30,6 @@ #include <sys/stat.h> //#include <sys/types.h> //#include <memory.h> -#include "my_global.h" #include "osutil.h" #include "global.h" #include "inihandl.h" |