Always include maxscale/cdefs.h first
Two headers didn't include the file.
This commit is contained in:
parent
2e074f4eb4
commit
4c008844ca
@ -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>
|
||||
|
@ -12,6 +12,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
#include <sqlite3.h>
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user