[BUILD] remove a warning in backend.c
include <string.h> to remove a warning on memset
This commit is contained in:
parent
58b2f83685
commit
f19cf37031
|
@ -15,6 +15,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <syslog.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <common/compat.h>
|
||||
#include <common/config.h>
|
||||
|
|
Loading…
Reference in New Issue