freebsd-ports/net/ns/files/patch-aomdv.cc
Steve Wills 953cfb28aa - Update to 2.35
- Change Tcl dependency to 8.5
- Fix build with clang

PR:		ports/168673
Submitted by:	Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
2012-06-21 00:23:07 +00:00

10 lines
260 B
C++

--- aomdv/aomdv.cc.org 2012-06-04 16:32:39.000000000 +0900
+++ aomdv/aomdv.cc 2012-06-04 16:33:09.000000000 +0900
@@ -82,6 +82,7 @@
//#include <ip.h>
+#include <sys/socket.h>
#include <aomdv/aomdv.h>
#include <aomdv/aomdv_packet.h>
#include <random.h>