ports/sysutils/ipmitool/patches/patch-lib_ipmi_main_c

12 lines
234 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>