Always include maxscale/cdefs.h first
Two headers didn't include the file.
This commit is contained in:
@ -19,4 +19,5 @@
|
|||||||
// As a minimal preparation for other environments than Linux, components
|
// As a minimal preparation for other environments than Linux, components
|
||||||
// include <maxscale/semaphore.h>, instead of including <semaphore.h>
|
// include <maxscale/semaphore.h>, instead of including <semaphore.h>
|
||||||
// directly.
|
// directly.
|
||||||
|
#include <maxscale/cdefs.h>
|
||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
* Public License.
|
* Public License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <maxscale/cdefs.h>
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user