Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
469e053fb30ec48b60630db722529c042bc7351c
Authored by
Stéphane Raimbault
2015-10-15 19:26:56 +0200
1 parent
7e595167
Add missing config.h in modbus-data.c
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/modbus-data.c
src/modbus-data.c
View file @
469e053
...
...
@@ -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)
...
...