move including stdbool header to yasnd-lpt header file as it uses bool variables

This commit is contained in:
Sergey Popov 2012-05-13 19:34:13 +04:00
parent fa693980a0
commit fb4c7e2e36
2 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,6 @@
#include <string.h>
#include <pthread.h>
#include <stdbool.h>
#include "yasnd-log.h"
#include "yasnd-lpt.h"

View File

@ -1,6 +1,8 @@
#ifndef YASND_LPT_H
#define YASND_LPT_H
#include <stdbool.h>
// 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)