ports/sysutils/freeipmi/patches/patch-common_miscutil_network_c

12 lines
252 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: common/miscutil/network.c
--- common/miscutil/network.c.orig
+++ common/miscutil/network.c
@@ -29,6 +29,7 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
+#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>
#if STDC_HEADERS