Fix the check for sys/un.h.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 27 Jun 2021 13:36:44 +0000 (15:36 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 27 Jun 2021 13:36:44 +0000 (15:36 +0200)
src/fd_device.c

index cfad5af..49d4a3c 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include "system.h"
+
 #ifdef HAVE_SYS_UN_H
 #include <sys/un.h>
 
-#include "system.h"
 #include "conf.h"
 #include "device.h"
 #include "ethernet.h"