You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes following issue on Windows build
```
15:44:06 url.c: In function 'zonefrom_url':
15:44:06 url.c:1802:18: error: implicit declaration of function 'if_nametoindex' [-Werror=implicit-function-declaration]
15:44:06 scopeidx = if_nametoindex(zoneid);
15:44:06 ^
```
Signed-off-by: Lars Erik Wik <[email protected]>
(cherry picked from commit 4512cfe)
0 commit comments