mastech-ms6514: Add missing string.h #include.

This commit is contained in:
Uwe Hermann 2019-12-22 21:06:46 +01:00
parent aca2b460cc
commit c810ad60b4
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include <config.h>
#include <string.h>
#include <math.h>
#include "protocol.h"