mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-05 12:13:35 +00:00
ID:355 - Add #include <strings.h> to lib/ipmi_sel.c
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
#define _BSD_SOURCE
|
||||
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <math.h>
|
||||
#define __USE_XOPEN /* glibc2 needs this for strptime */
|
||||
#include <time.h>
|
||||
|
Reference in New Issue
Block a user