Browse Source

add include stdint.h

Thanks to Matteo Vit.
master
Michael Gernoth 17 years ago
parent
commit
787300f60e
  1. 1
      xpcu.c

1
xpcu.c

@ -6,6 +6,7 @@
#include <usb.h>
#include <errno.h>
#include <pthread.h>
#include <stdint.h>
#include "usb-driver.h"
#include "xpcu.h"

Loading…
Cancel
Save