11 lines
372 B
Text
11 lines
372 B
Text
--- 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()
|