mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
ID:355 - Add #include <strings.h> to lib/ipmi_sel.c
This commit is contained in:
parent
38241decc7
commit
2b8974fb22
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user