X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fcygwin%2Fdevice.c;h=f4dcae4b48726856a08319654d341043ec60defc;hp=b050140ef080d241e12c7ed1aaa03f9d6c5b263e;hb=e70b5b5bd77bb66e8dd324c17d86d9bff151aa82;hpb=9f8020a09ce08210a10a0c65cefd83d2646395ab diff --git a/src/cygwin/device.c b/src/cygwin/device.c index b050140e..f4dcae4b 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -18,21 +18,21 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "system.h" +#include "../system.h" #include #include -#include "conf.h" -#include "device.h" -#include "logger.h" -#include "names.h" -#include "net.h" -#include "route.h" -#include "utils.h" -#include "xalloc.h" +#include "../conf.h" +#include "../device.h" +#include "../logger.h" +#include "../names.h" +#include "../net.h" +#include "../route.h" +#include "../utils.h" +#include "../xalloc.h" -#include "mingw/common.h" +#include "../mingw/common.h" int device_fd = -1; static HANDLE device_handle = INVALID_HANDLE_VALUE;