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: v1.0rc1~136 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=69bb2d7abc48ecbda356d23c5400eba314d6e8ab Fix libftdi.hpp with include of system ftdi.h --- 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 {