Commit 08e28b8f52da5f5fa028346f8c4495ebaede9892

Authored by achemin1
1 parent e386a48d

Correction include, ajout main()

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
src/GetUsbInfos.c
1 1 #include <stdio.h>
2   -#include <libusb-1.0>
  2 +#include <libusb-1.0/libusb.h>
3 3  
  4 +int main(){
  5 + return 0;
  6 +}
4 7  
5 8  
6 9  
... ...