blob: a89b2810d76c0ac53747ada1ee0b8688b4788a05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- misc/network.c 2020-12-31 17:15:39.790259000 -0500
+++ misc/network.c 2020-12-31 17:16:09.182113000 -0500
@@ -44,6 +44,7 @@
#include <string.h>
#include <sys/time.h> /* for gettimeofday */
#include <sys/types.h>
+#include <sys/socket.h>
#include <unistd.h>
#ifdef __FreeBSD__
|