From: Joel Holdsworth Date: Sat, 18 Feb 2012 18:05:25 +0000 (+0000) Subject: Added autovector include to fx2lafw header. Software will crash without it X-Git-Tag: sigrok-firmware-fx2lafw-0.1.0~69 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8f4a701f47ff5a17a2c8f79de59ddeb27656dbaa;p=sigrok-firmware-fx2lafw.git Added autovector include to fx2lafw header. Software will crash without it --- diff --git a/fx2lafw.c b/fx2lafw.c index 8b619857..074341d9 100644 --- a/fx2lafw.c +++ b/fx2lafw.c @@ -41,10 +41,10 @@ #include #include #include -#include #include #include #include +#include /* Protocol commands */ #define CMD_SET_SAMPLERATE 0xb0 diff --git a/fx2lafw.h b/fx2lafw.h index bec4cb4e..5819b6c6 100644 --- a/fx2lafw.h +++ b/fx2lafw.h @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + /** * Performs setup common to all fx2lafw devices. */