From: Evgeny Sinelnikov Date: Sat, 27 Jun 2009 21:52:02 +0000 (+0400) Subject: Fix libftdi.hpp with include of system ftdi.h X-Git-Tag: v0.19~8 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=2e889fc39e76700e72abe0c33ad7878715d66cbd Fix libftdi.hpp with include of system ftdi.h --- 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 {