1
0

add include stdint.h

Thanks to Matteo Vit.
This commit is contained in:
Michael Gernoth 2008-04-14 18:27:40 +02:00
parent 325556c933
commit 787300f60e

1
xpcu.c
View File

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