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:31:07 +0000 (19:31 +0200)
ftdipp/ftdi.hpp

index 6cb8f93..ba20346 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
 {