From: Frank Stettner Date: Wed, 23 Jun 2021 08:53:24 +0000 (+0200) Subject: scpi_vxi: Unbreak MacOS build (vxi.h inclusion order). X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=0e3c3c80b86b7ea7590225186953ea0c4d603613;hp=0e3c3c80b86b7ea7590225186953ea0c4d603613 scpi_vxi: Unbreak MacOS build (vxi.h inclusion order). Undo the #include statement order change of commit 7414fb55cb1f. It's essential on MacOS to include vxi.h early to keep related u_long et al data types available. See commit d40b8557a962 for a discussion. Also drop the inclusion of rpc/rpc.h from scpi_vxi.c because it is not used in that source file, instead is a vxi.h dependency and is included there. [ gsi: rephrase commit message ] ---