Bug 1575876 - Drop header unused on FreeBSD that breaks with new libc++. r=bwc

--HG--
extra : histedit_source : ef16b712dcd62120d01b902a5f734a8163c907a3
This commit is contained in:
Tijl Coosemans 2019-08-24 01:38:05 +03:00
Родитель 31af6d3a35
Коммит 9c3421dfef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <sys/socket.h>
#ifndef LINUX
#include <net/if.h>
#if !defined(__OpenBSD__) && !defined(__NetBSD__)
#ifdef DARWIN
#include <net/if_var.h>
#endif
#include <net/if_dl.h>