mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
10 lines
203 B
Diff
10 lines
203 B
Diff
--- common/socket_utils.cc.orig
|
|
+++ common/socket_utils.cc
|
|
@@ -28,6 +28,7 @@ using namespace std;
|
|
|
|
#ifndef __WIN32__
|
|
# include <sys/socket.h>
|
|
+# include <sys/time.h>
|
|
#else
|
|
# include "safeerrno.h"
|
|
|