Skip to content

Commit

Permalink
hosted/probe_info: Add missing header file, libusb.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sidprice authored and dragonmux committed Jul 18, 2023
1 parent da0fdf1 commit 1f836ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platforms/hosted/probe_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
*/

#include <stdlib.h>
#include <libusb.h>

#include "probe_info.h"
#include "general.h"

Expand Down

0 comments on commit 1f836ac

Please sign in to comment.