X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fmingw%2Fdevice.c;h=abe544ee8f913d2af7b8d4635c64c7348da88a82;hp=ac83d8c36e8344f92479a269814ebe57fdcd1c82;hb=e70b5b5bd77bb66e8dd324c17d86d9bff151aa82;hpb=9f8020a09ce08210a10a0c65cefd83d2646395ab diff --git a/src/mingw/device.c b/src/mingw/device.c index ac83d8c3..abe544ee 100644 --- a/src/mingw/device.c +++ b/src/mingw/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 "common.h" int device_fd = -1; static HANDLE device_handle = INVALID_HANDLE_VALUE;