]> sigrok.org Git - libsigrok.git/commitdiff
pce-322a: include config.h before any other header file
authorGerhard Sittig <redacted>
Mon, 19 Feb 2018 15:41:06 +0000 (16:41 +0100)
committerUwe Hermann <redacted>
Wed, 21 Feb 2018 10:19:17 +0000 (11:19 +0100)
src/hardware/pce-322a/api.c

index af3894ba11a329a447d35ab85245bac64f5f160e..68e88b4f0b8461d258811fb19e37e8f235403f1e 100644 (file)
@@ -18,8 +18,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <string.h>
 #include <config.h>
+#include <string.h>
 #include "protocol.h"
 
 #define SERIALCOMM "115200/8n1"