From 1b20d20d726607538ae8269c408be7ff56ea4bd6 Mon Sep 17 00:00:00 2001 From: Be Date: Tue, 17 Aug 2021 07:49:17 -0500 Subject: [PATCH] README: fix #include path to The build system has always installed the hidapi.h header to relative to the installation prefix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53705cbb3..5e6d2f9f3 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ device spec. Writing data at random to your HID devices can break them.** #endif #include #include -#include "hidapi.h" +#include #define MAX_STR 255