[BUILD] remove a warning in backend.c

include <string.h> to remove a warning on memset
This commit is contained in:
Willy Tarreau 2006-11-14 15:40:51 +01:00
parent 58b2f83685
commit f19cf37031
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <syslog.h>
#include <string.h>
#include <common/compat.h>
#include <common/config.h>