Fix #include order

This commit is contained in:
Joseph C. Lehner 2016-02-09 11:35:21 +01:00
parent 8b0251e7e1
commit f270831c91

View file

@ -34,14 +34,14 @@
#endif
#ifndef NMRPFLASH_WINDOWS
#ifndef NMRPFLASH_LINUX
#include <net/if_dl.h>
#endif
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <net/if.h>
#ifndef NMRPFLASH_LINUX
#include <net/if_dl.h>
#endif
#else
#include <winsock2.h>
#include <iphlpapi.h>