Add support for non-glibc systems
MaxScale can now be built on systems that use an alternative libc implementation e.g. musl.
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user