summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--netwerk/system/linux/nsNotifyAddrListener_Linux.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/netwerk/system/linux/nsNotifyAddrListener_Linux.cpp b/netwerk/system/linux/nsNotifyAddrListener_Linux.cpp
index 42d2cc3a2..4fc36928a 100644
--- a/netwerk/system/linux/nsNotifyAddrListener_Linux.cpp
+++ b/netwerk/system/linux/nsNotifyAddrListener_Linux.cpp
@@ -8,6 +8,8 @@
#include <fcntl.h>
#include <poll.h>
#include <errno.h>
+#include <ifaddrs.h>
+#include <net/if.h>
#include "nsThreadUtils.h"
#include "nsIObserverService.h"