From c810ad60b4bc32144bb70b8c6e0258aae9b0fdd7 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 22 Dec 2019 21:06:46 +0100 Subject: [PATCH] mastech-ms6514: Add missing string.h #include. --- src/hardware/mastech-ms6514/protocol.c | 1 + 1 file changed, 1 insertion(+) 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"