The following commit has been merged in the master branch: commit a8ea1ec663906950aa93b33bf3879c42ae5adff0 Author: simon simon@45894c77-fb22-0410-b583-ff6e7d5dbf6c Date: Sat Oct 17 18:08:34 2009 +0000
as routing.c uses cancel_delayed_work_sync(), add compat.h to support kernels < 2.6.23
git-svn-id: http://downloads.open-mesh.net/svn/batman/trunk/batman-adv-kernelland@1449 45894c77-fb22-0410-b583-ff6e7d5dbf6c
diff --git a/routing.c b/routing.c index 081140e..7e40363 100644 --- a/routing.c +++ b/routing.c @@ -34,6 +34,7 @@ #include "ring_buffer.h" #include "vis.h" #include "aggregation.h" +#include "compat.h"