Fix compiler warnings

Include <string.h> for memcpy and strlen.
This commit is contained in:
Michael Biebl 2009-04-25 04:21:30 +02:00 committed by Rainer Gerhards
parent 2e51c75938
commit aa07f62f10

View File

@ -25,6 +25,7 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "rsyslog.h"