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:
Markus Mäkelä
2017-07-28 14:14:47 +03:00
parent 782b8db2aa
commit 854c4a1ed3
17 changed files with 104 additions and 77 deletions

View File

@ -21,6 +21,7 @@
#include <math.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <sys/un.h>
MXS_BEGIN_DECLS