mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-03 05:38:11 +00:00
11 lines
202 B
Diff
11 lines
202 B
Diff
--- a/src/lib/route.c
|
|
+++ b/src/lib/route.c
|
|
@@ -12,6 +12,7 @@
|
|
|
|
#include <netlink/cli/utils.h>
|
|
#include <netlink/cli/route.h>
|
|
+#include "getsubopt.h"
|
|
|
|
struct rtnl_route *nl_cli_route_alloc(void)
|
|
{
|