From 2e889fc39e76700e72abe0c33ad7878715d66cbd Mon Sep 17 00:00:00 2001 From: Evgeny Sinelnikov Date: Sun, 28 Jun 2009 01:52:02 +0400 Subject: [PATCH] Fix libftdi.hpp with include of system ftdi.h --- ftdipp/ftdi.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ftdipp/ftdi.hpp b/ftdipp/ftdi.hpp index 9c345c3..cdcfa7b 100644 --- a/ftdipp/ftdi.hpp +++ b/ftdipp/ftdi.hpp @@ -32,7 +32,7 @@ on this file might be covered by the GNU General Public License. #include #include #include -#include "ftdi.h" +#include namespace Ftdi { -- 1.7.1