fixed wrong include for memset

This commit is contained in:
git@daemon.de
2013-11-03 17:02:27 +01:00
parent a1794a4775
commit a9edd305ed

View File

@@ -1,7 +1,7 @@
#ifndef _HAVE_PCP_MEM #ifndef _HAVE_PCP_MEM
#define _HAVE_PCP_MEM #define _HAVE_PCP_MEM
#include <strings.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <err.h> #include <err.h>