From 787300f60ebb914e5888a001e8a33b4c38a26fb8 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 14 Apr 2008 18:27:40 +0200 Subject: [PATCH] add include stdint.h Thanks to Matteo Vit. --- xpcu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcu.c b/xpcu.c index 8e400b2..369fb62 100644 --- a/xpcu.c +++ b/xpcu.c @@ -6,6 +6,7 @@ #include #include #include +#include #include "usb-driver.h" #include "xpcu.h" -- 2.39.2