From 469e053fb30ec48b60630db722529c042bc7351c Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Thu, 15 Oct 2015 19:26:56 +0200 Subject: [PATCH] Add missing config.h in modbus-data.c --- src/modbus-data.c | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/modbus-data.c b/src/modbus-data.c index 7e4fb10..e98f262 100644 --- a/src/modbus-data.c +++ b/src/modbus-data.c @@ -19,6 +19,8 @@ # include #endif +#include + #include "modbus.h" #if defined(HAVE_BYTESWAP_H) -- libgit2 0.21.4