953cfb28aa
- Change Tcl dependency to 8.5 - Fix build with clang PR: ports/168673 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
10 lines
260 B
C++
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>
|