X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fscpi%2Fscpi_vxi.c;h=66e1d7db50adc471c973273139c145d9a33da00a;hp=9b38efdab1c83581146b3fe5a0344019bce49d44;hb=0e3c3c80b86b7ea7590225186953ea0c4d603613;hpb=ed787682255cdecbb3ba8cefc87c20182b97ce7b diff --git a/src/scpi/scpi_vxi.c b/src/scpi/scpi_vxi.c index 9b38efda..66e1d7db 100644 --- a/src/scpi/scpi_vxi.c +++ b/src/scpi/scpi_vxi.c @@ -21,12 +21,12 @@ */ #include -#include +/* vxi.h must the first #include after config.h See commit d40b8557. */ +#include "vxi.h" #include #include #include "libsigrok-internal.h" #include "scpi.h" -#include "vxi.h" #define LOG_PREFIX "scpi_vxi" #define VXI_DEFAULT_TIMEOUT_MS 2000