From: Michael Gernoth Date: Mon, 7 Jun 2010 08:30:15 +0000 (+0200) Subject: include stdint.h X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/commitdiff_plain/7df76f49adf30ac260c99649678b084c9b6c282b?ds=sidebyside include stdint.h --- diff --git a/scope.c b/scope.c index 806ba34..862f32b 100644 --- a/scope.c +++ b/scope.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "usbtmc.h" #include "scope.h"