From fb4c7e2e3631d78cebe525bbf8bb1c1ce855c7b9 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Sun, 13 May 2012 19:34:13 +0400 Subject: [PATCH] move including stdbool header to yasnd-lpt header file as it uses bool variables --- daemon/yasnd-sock.c | 2 -- yasnd-lpt.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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)