blob: 2c354478c612707fe1ae1a0d00bdf6a2fe3c9659 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|