mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
12 lines
243 B
C++
12 lines
243 B
C++
--- lib/udpsocket.cpp.orig Sun May 7 18:49:36 2006
|
|
+++ lib/udpsocket.cpp Fri Jan 26 19:21:19 2007
|
|
@@ -10,6 +10,8 @@
|
|
//
|
|
//
|
|
#include "udpsocket.h"
|
|
+#include <netinet/in.h>
|
|
+#include <sys/socket.h>
|
|
#include <netdb.h>
|
|
|
|
using namespace std;
|