Include config.h in all .c files

Need to be the first file since it may define large files support
and other options.
This commit is contained in:
Nirgal Vourgère
2013-07-04 10:53:13 +02:00
parent 66b87caf26
commit 7162e8db74
60 changed files with 106 additions and 50 deletions

View File

@@ -16,12 +16,10 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef _mdbodbc_h_
#define _mdbodbc_h_
#include <mdbtools.h>
#include <mdbsql.h>
#include <sql.h>
#include <sqlext.h>
#if defined(UNIXODBC)
@@ -30,6 +28,8 @@
# include <iodbcinst.h>
#endif
#include "mdbtools.h"
#include "mdbsql.h"
#include "connectparams.h"
#ifdef __cplusplus