Browse Source

Add missing config.h in modbus-data.c

Stéphane Raimbault 9 năm trước cách đây
mục cha
commit
469e053fb3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)