ID:355 - Add #include <strings.h> to lib/ipmi_sel.c

This commit is contained in:
Zdenek Styblik 2016-03-14 18:56:11 +01:00
parent 38241decc7
commit 2b8974fb22

View File

@ -32,6 +32,7 @@
#define _BSD_SOURCE #define _BSD_SOURCE
#include <string.h> #include <string.h>
#include <strings.h>
#include <math.h> #include <math.h>
#define __USE_XOPEN /* glibc2 needs this for strptime */ #define __USE_XOPEN /* glibc2 needs this for strptime */
#include <time.h> #include <time.h>