Fix develop build failures
The macro in testrules.cc needed to be chagned to use string literals to work correctly with uncrustify. Also change <cmath> to <math.h> in C headers.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
#include <maxscale/cdefs.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/ssl.h>
|
||||
|
||||
Reference in New Issue
Block a user