projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6061f6b
)
Fix the check for sys/un.h.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 27 Jun 2021 13:36:44 +0000
(15:36 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 27 Jun 2021 13:36:44 +0000
(15:36 +0200)
src/fd_device.c
patch
|
blob
|
history
diff --git
a/src/fd_device.c
b/src/fd_device.c
index
cfad5af
..
49d4a3c
100644
(file)
--- 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 <sys/un.h>
-#include "system.h"
#include "conf.h"
#include "device.h"
#include "ethernet.h"