1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/uds/files/patch-uds::streamsocket.cc
Ying-Chieh Liao b5593ef4c9 upgrade to 1.0.6
drop maintainership
2002-09-05 02:56:17 +00:00

11 lines
259 B
C++

--- uds/streamsocket.cc.orig Thu Sep 5 02:38:14 2002
+++ uds/streamsocket.cc Thu Sep 5 02:38:24 2002
@@ -25,6 +25,7 @@
#include "config.h"
#ifdef HAVE_SOCKET
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/un.h>