]> sigrok.org Git - libsigrok.git/blobdiff - src/scpi/scpi_libgpib.c
Build: Include <config.h> first in all source files
[libsigrok.git] / src / scpi / scpi_libgpib.c
index 62d99c0a371851135eec88c799225b42d164c9f1..67d6b003810f0290905837ae04397dce17aea4b7 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <gpib/ib.h>
 #include <string.h>
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
+#include "scpi.h"
 
 #define LOG_PREFIX "scpi_gpib"