Fix incorrectly removed #includes

Tag #288.
This commit is contained in:
wolfbeast 2018-05-13 16:27:15 +02:00 committed by Roy Tam
commit 0e73df8e21

View file

@ -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"