Fix luafilter build failure
The luafilter included a non-existent header file <maxscale/string.h> when it needed <string.h>.
This commit is contained in:
parent
840575d1dc
commit
1895c04fc6
@ -40,7 +40,7 @@
|
||||
#include <maxscale/spinlock.h>
|
||||
#include <maxscale/skygw_debug.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include <maxscale/string.h>
|
||||
#include <string.h>
|
||||
#include <maxscale/filter.h>
|
||||
#include <maxscale/session.h>
|
||||
#include <maxscale/modutil.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user