Directly include hidapi.h bundled with the hidapi source code

This commit is contained in:
Sam Lantinga
2023-05-24 08:16:07 -07:00
parent 3b7b8f3c09
commit 2004304348
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
#include <stdint.h>
#include "hidapi.h"
#include "../hidapi/hidapi.h"
#ifdef __cplusplus
extern "C" {