ソースを参照

Add missing config.h in modbus-data.c

Stéphane Raimbault 9 年 前
コミット
469e053fb3
1 ファイル変更2 行追加0 行削除
  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)