ports/sysutils/dmidecode/files/patch-dmidecode.c
Sunpoet Po-Chuan Hsieh f7a25ceb86 Update to 3.2
- Convert PLIST_FILES and PORTDOCS to PLIST

Changes:	https://git.savannah.gnu.org/cgit/dmidecode.git/tree/NEWS
2018-09-16 00:06:36 +00:00

10 lines
212 B
C

--- dmidecode.c.orig 2018-09-14 13:52:12 UTC
+++ dmidecode.c
@@ -66,6 +66,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#ifdef __FreeBSD__
#include <errno.h>