From 6aefa54e734b51952e131324c74a2d3ffc916b90 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Thu, 22 Mar 2012 17:38:41 +0400 Subject: [PATCH] fix warning about implicit declaration of logging function in yasnd-lpt.c --- lib/yasnd-lpt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/yasnd-lpt.c b/lib/yasnd-lpt.c index b4c55cb..21df7f3 100644 --- a/lib/yasnd-lpt.c +++ b/lib/yasnd-lpt.c @@ -2,6 +2,8 @@ #include #include +#include "yasnd-log.h" + bool lpt_enable=false; // control usage of LPT port to reset target devices int lpt_port=0x378; // LPT port in hex(0x378 is usually LPT1)