mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 19:37:15 +08:00
11 lines
325 B
Diff
11 lines
325 B
Diff
--- iris/src/irisnet/corelib/netinterface_unix.cpp.orig 2012-01-07 19:46:39.493999646 +0100
|
|
+++ iris/src/irisnet/corelib/netinterface_unix.cpp 2012-01-07 19:46:57.251002321 +0100
|
|
@@ -33,6 +33,7 @@
|
|
#include <net/route.h>
|
|
#include <netinet/in.h>
|
|
#include <errno.h>
|
|
+#include <unistd.h>
|
|
|
|
// for solaris
|
|
#ifndef SIOCGIFCONF
|