From: Michael Gernoth Date: Sat, 18 Aug 2007 23:19:12 +0000 (+0200) Subject: include inttypes.h X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/commitdiff_plain/4c7a69cb774e5655a0e04630d53977051e7b8778?ds=sidebyside include inttypes.h --- diff --git a/jtagkey.c b/jtagkey.c index 6ed7375..d23c60d 100644 --- a/jtagkey.c +++ b/jtagkey.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "usb-driver.h" #include "config.h" #include "jtagkey.h"