contrib/package: bump to olsrd 0.5.6-r6 plus most recent fixes
[project/luci.git] / contrib / package / olsrd-luci / patches / 170-fcntl-fix.patch
1 --- a/src/linux/kernel_routes.c
2 +++ b/src/linux/kernel_routes.c
3 @@ -42,6 +42,7 @@
4  #include "kernel_routes.h"
5  #include "ipc_frontend.h"
6  #include "log.h"
7 +#include <fcntl.h>
8  
9  /* values for control flag to handle recursive route corrections 
10   *  currently only requires in linux specific kernel_routes.c */