openbsd-ports/net/ns/patches/patch-aodv_aodv_rtable_h
2007-10-24 15:01:09 +00:00

13 lines
446 B
Plaintext

$OpenBSD: patch-aodv_aodv_rtable_h,v 1.2 2007/10/24 15:01:09 steven Exp $
--- aodv/aodv_rtable.h.orig Tue Aug 2 21:48:51 2005
+++ aodv/aodv_rtable.h Sat Oct 13 22:22:21 2007
@@ -34,7 +34,7 @@ The AODV code developed by the CMU/MONARCH group was o
#include <assert.h>
#include <sys/types.h>
#include <config.h>
-#include <lib/bsd-list.h>
+#include <sys/queue.h>
#include <scheduler.h>
#define CURRENT_TIME Scheduler::instance().clock()