]> sigrok.org Git - libsigrok.git/commitdiff
mastech-ms6514: Add missing string.h #include.
authorUwe Hermann <redacted>
Sun, 22 Dec 2019 20:06:46 +0000 (21:06 +0100)
committerUwe Hermann <redacted>
Sun, 22 Dec 2019 20:06:46 +0000 (21:06 +0100)
src/hardware/mastech-ms6514/protocol.c

index ae0019334017dbeb768baf28cd85111395e503de..d9ffb61cf53668afc72b2a5563763ae36856a8b1 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include <config.h>
+#include <string.h>
 #include <math.h>
 #include "protocol.h"