Fix include path.

This commit is contained in:
Thomas Klaehn
2019-07-22 16:49:04 +02:00
parent 07775772a7
commit 3431597f5a
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __FTDI_DEV_H__
#define __FTDI_DEV_H__
#include <ftdi.h>
#include <libftdi1/ftdi.h>
struct ftdi_dev {
struct ftdi_context *ftdi;