Browse Source

Add missing config.h in modbus-data.c

Stéphane Raimbault 9 years ago
parent
commit
469e053fb3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/modbus-data.c

+ 2 - 0
src/modbus-data.c

@@ -19,6 +19,8 @@
 # include <arpa/inet.h>
 #endif
 
+#include <config.h>
+
 #include "modbus.h"
 
 #if defined(HAVE_BYTESWAP_H)