From 69bb2d7abc48ecbda356d23c5400eba314d6e8ab 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 6cb8f93..ba20346 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