fix warning about implicit declaration of logging function in yasnd-lpt.c

This commit is contained in:
Sergey Popov 2012-03-22 17:38:41 +04:00
parent 92eb3d25ff
commit 6aefa54e73

View File

@ -2,6 +2,8 @@
#include <stdbool.h>
#include <unistd.h>
#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)