Skip to content

Commit 951fad5

Browse files
committed
network: add missing include
Fix #948
1 parent 99081fb commit 951fad5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/arvnetwork.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <arvnetworkprivate.h>
2525
#include <arvdebugprivate.h>
2626
#include <arvmiscprivate.h>
27+
#include <errno.h>
2728

2829
#ifndef G_OS_WIN32
2930
#include <ifaddrs.h>

0 commit comments

Comments
 (0)