1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 08:54:28 +00:00

Fix incorrectly removed #includes

Tag #288.
This commit is contained in:
wolfbeast
2018-05-13 16:27:15 +02:00
committed by Roy Tam
parent 2531de02eb
commit 0e73df8e21
@@ -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"