diff options
Diffstat (limited to 'net/latd/files/patch-interfaces-bpf.cc')
-rw-r--r-- | net/latd/files/patch-interfaces-bpf.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/latd/files/patch-interfaces-bpf.cc b/net/latd/files/patch-interfaces-bpf.cc new file mode 100644 index 0000000..7f0f9e3 --- /dev/null +++ b/net/latd/files/patch-interfaces-bpf.cc @@ -0,0 +1,10 @@ +--- interfaces-bpf.cc.orig Tue Dec 23 23:40:11 2003 ++++ interfaces-bpf.cc Tue Dec 23 23:40:32 2003 +@@ -25,6 +25,7 @@ + #include <sys/time.h> + #include <sys/socket.h> + #include <sys/uio.h> ++#include <assert.h> + + #include <net/if.h> + #include <net/bpf.h> |