From: Uwe Hermann Date: Sun, 22 Dec 2019 20:06:46 +0000 (+0100) Subject: mastech-ms6514: Add missing string.h #include. X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=c810ad60b4bc32144bb70b8c6e0258aae9b0fdd7;hp=aca2b460cc2d3d273d579776f07b750a7c2739f2;p=libsigrok.git mastech-ms6514: Add missing string.h #include. --- diff --git a/src/hardware/mastech-ms6514/protocol.c b/src/hardware/mastech-ms6514/protocol.c index ae001933..d9ffb61c 100644 --- a/src/hardware/mastech-ms6514/protocol.c +++ b/src/hardware/mastech-ms6514/protocol.c @@ -18,6 +18,7 @@ */ #include +#include #include #include "protocol.h"