mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
include time.h so strftime doesn't segfault on x86_64
This commit is contained in:
parent
0b3db22dab
commit
e8170fd6b6
@ -36,6 +36,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <ipmitool/helper.h>
|
||||
#include <ipmitool/ipmi.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user