summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/olsrd-luci/patches/170-fcntl-fix.patch
blob: ca567672729d3176b70f451a2b46bc997d12dfc8 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/linux/kernel_routes.c
+++ b/src/linux/kernel_routes.c
@@ -42,6 +42,7 @@
 #include "kernel_routes.h"
 #include "ipc_frontend.h"
 #include "log.h"
+#include <fcntl.h>
 
 /* values for control flag to handle recursive route corrections 
  *  currently only requires in linux specific kernel_routes.c */