1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 01:55:48 -05:00

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

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>