From: Guus Sliepen Date: Sun, 27 Jun 2021 13:36:44 +0000 (+0200) Subject: Fix the check for sys/un.h. X-Git-Tag: release-1.1pre18~9 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=853dd3d76ac22835c5547d765afe557220fe4903 Fix the check for sys/un.h. --- diff --git a/src/fd_device.c b/src/fd_device.c index cfad5af8..49d4a3ca 100644 --- a/src/fd_device.c +++ b/src/fd_device.c @@ -20,10 +20,11 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "system.h" + #ifdef HAVE_SYS_UN_H #include -#include "system.h" #include "conf.h" #include "device.h" #include "ethernet.h"