diff --git a/daemon/yasnd-sock.c b/daemon/yasnd-sock.c index c1b2e14..b2b2abe 100644 --- a/daemon/yasnd-sock.c +++ b/daemon/yasnd-sock.c @@ -8,8 +8,6 @@ #include #include -#include - #include "yasnd-log.h" #include "yasnd-lpt.h" diff --git a/yasnd-lpt.h b/yasnd-lpt.h index af6cb47..2d4df57 100644 --- a/yasnd-lpt.h +++ b/yasnd-lpt.h @@ -1,6 +1,8 @@ #ifndef YASND_LPT_H #define YASND_LPT_H +#include + // External variables extern bool lpt_enable; // control usage of LPT port to reset target devices extern int lpt_port; // LPT port in hex(0x378 is usually LPT1)