Always include maxscale/cdefs.h first

Two headers didn't include the file.
This commit is contained in:
Markus Mäkelä 2017-01-04 17:38:16 +02:00
parent 2e074f4eb4
commit 4c008844ca
2 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,5 @@
// As a minimal preparation for other environments than Linux, components
// include <maxscale/semaphore.h>, instead of including <semaphore.h>
// directly.
#include <maxscale/cdefs.h>
#include <semaphore.h>

View File

@ -12,6 +12,7 @@
* Public License.
*/
#include <maxscale/cdefs.h>
#include <sqlite3.h>
/**