From: Gerhard Sittig Date: Mon, 19 Feb 2018 15:41:06 +0000 (+0100) Subject: pce-322a: include config.h before any other header file X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=dea7f6342acd9f26f30c85115e28a125f27c0c7d pce-322a: include config.h before any other header file --- diff --git a/src/hardware/pce-322a/api.c b/src/hardware/pce-322a/api.c index af3894ba..68e88b4f 100644 --- a/src/hardware/pce-322a/api.c +++ b/src/hardware/pce-322a/api.c @@ -18,8 +18,8 @@ * along with this program. If not, see . */ -#include #include +#include #include "protocol.h" #define SERIALCOMM "115200/8n1"