Update include path so it can be found via HIDAPI_INCLUDE_DIRS

This commit is contained in:
srcejon 2022-05-26 21:34:18 +01:00
parent b734c70543
commit c6e1ea51a6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <stdio.h>
#include <stdint.h>
#include "fcdhidcmd.h"
#include "hidapi/hidapi.h"
#include "hidapi.h"
#include <inttypes.h>