Commit 469e053fb30ec48b60630db722529c042bc7351c

Authored by Stéphane Raimbault
1 parent 7e595167

Add missing config.h in modbus-data.c

Showing 1 changed file with 2 additions and 0 deletions
src/modbus-data.c
... ... @@ -19,6 +19,8 @@
19 19 # include <arpa/inet.h>
20 20 #endif
21 21  
  22 +#include <config.h>
  23 +
22 24 #include "modbus.h"
23 25  
24 26 #if defined(HAVE_BYTESWAP_H)
... ...