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 3f8811e commit a9da85d
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 @@ -35,6 +35,8 @@
#include "probe_info.h"
#include "general.h"

#include <libusb.h>

probe_info_s *probe_info_add_by_serial(probe_info_s *const list, const bmp_type_t type, const char *const mfr,
const char *const product, const char *const serial, const char *const version)
{
Expand Down

0 comments on commit a9da85d

Please sign in to comment.