From 0e73df8e216ee93fe492da58feab524da281c2b4 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 13 May 2018 16:27:15 +0200 Subject: [PATCH] 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 42d2cc3a2e..4fc36928ac 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"