From b55a46a0f6bca06b479926aa4128863b68a2c5b1 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 7 May 2023 17:27:31 -0500 Subject: [PATCH] Fix mingw compile warnings --- src/parallel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parallel.c b/src/parallel.c index 9bac493c5..56478434e 100644 --- a/src/parallel.c +++ b/src/parallel.c @@ -28,6 +28,7 @@ * \brief Parallel Port IO * \file parallel.c */ +#include #include #include /* String function definitions */ @@ -57,7 +58,6 @@ # include #endif -#include #include "parallel.h" #ifdef HAVE_LINUX_PPDEV_H