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:
Markus Mäkelä
2018-09-10 11:34:09 +03:00
parent d16fbd4cdf
commit 03017c6aad
2 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@
#include <maxscale/cdefs.h>
#include <cmath>
#include <math.h>
#include <time.h>
#include <openssl/crypto.h>
#include <openssl/ssl.h>