ports/sysutils/ipmitool/patches/patch-src_ipmievd_c

12 lines
222 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/ipmievd.c
--- src/ipmievd.c.orig
+++ src/ipmievd.c
@@ -41,6 +41,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
+#include <strings.h>
#if defined(HAVE_CONFIG_H)
# include <config.h>