From c5c75d494b8691b873a59b3c74fe1158fae8c3f5 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 30 Nov 2018 09:13:09 +0100 Subject: [PATCH] chg.. moved into defined --- uart/uart_posix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uart/uart_posix.c b/uart/uart_posix.c index 26e814a3a..0ead61500 100644 --- a/uart/uart_posix.c +++ b/uart/uart_posix.c @@ -33,12 +33,12 @@ * proxmark3 project. */ -#include "uart.h" - // Test if we are dealing with posix operating systems #ifndef _WIN32 #define _DEFAULT_SOURCE +#include "uart.h" + #include #include #include