projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af83d0b
)
re-arrange include sequence to avoid a mingw introduced bug.
author
LunarShaddow
<aflyhorse@hotmail.com>
Mon, 7 Mar 2016 07:43:04 +0000
(15:43 +0800)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 7 Mar 2016 20:54:13 +0000
(21:54 +0100)
refers: https://www.cygwin.com/ml/cygwin/2012-12/msg00194.html
# Conflicts:
# src/cygwin/device.c
src/cygwin/device.c
patch
|
blob
|
history
diff --git
a/src/cygwin/device.c
b/src/cygwin/device.c
index
364427b
..
d3a4303
100644
(file)
--- a/
src/cygwin/device.c
+++ b/
src/cygwin/device.c
@@
-19,6
+19,7
@@
*/
#include "../system.h"
+#include "../net.h"
#include <w32api/windows.h>
#include <w32api/winioctl.h>
@@
-27,7
+28,6
@@
#include "../device.h"
#include "../logger.h"
#include "../names.h"
-#include "../net.h"
#include "../route.h"
#include "../utils.h"
#include "../xalloc.h"