Fix libftdi.hpp with include of system ftdi.h
[libftdi] / 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
 {