12 lines
234 B
Text
12 lines
234 B
Text
|
Index: lib/ipmi_main.c
|
||
|
--- lib/ipmi_main.c.orig
|
||
|
+++ lib/ipmi_main.c
|
||
|
@@ -38,6 +38,7 @@
|
||
|
#include <strings.h>
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/stat.h>
|
||
|
+#include <pwd.h>
|
||
|
#include <unistd.h>
|
||
|
#include <fcntl.h>
|
||
|
#include <errno.h>
|