]> tinc-vpn.org Git - tinc/commitdiff
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 cfad5af8b977082250d499f5202ebae74cf01c22..49d4a3cae89493033f355cd71aabf23815be130b 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"