From 74611b6b9ed72f9d6c9f2cfb3bb509168ac5d9a7 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 13 May 2018 16:27:15 +0200 Subject: Fix incorrectly removed #includes Tag #288. --- netwerk/system/linux/nsNotifyAddrListener_Linux.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 #include #include +#include +#include #include "nsThreadUtils.h" #include "nsIObserverService.h" -- cgit v1.2.3