Fix libftdi.hpp with include of system ftdi.h
authorEvgeny Sinelnikov <sin@altlinux.ru>
Sat, 27 Jun 2009 21:52:02 +0000 (01:52 +0400)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 May 2011 17:28:05 +0000 (19:28 +0200)
ftdipp/ftdi.hpp

index 9c345c3..cdcfa7b 100644 (file)
@@ -32,7 +32,7 @@ on this file might be covered by the GNU General Public License.
 #include <list>
 #include <string>
 #include <boost/shared_ptr.hpp>
-#include "ftdi.h"
+#include <ftdi.h>
 
 namespace Ftdi
 {