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
dd4adad88e08d88e84074329feb22713bf99d024
Authored by
Stéphane Raimbault
2012-04-07 22:50:30 +0200
1 parent
8d8349b8
poll.h is useless to compile TCP backend
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/modbus-tcp.c
src/modbus-tcp.c
View file @
dd4adad
...
...
@@ -51,7 +51,6 @@
51
51
# include <netinet/ip.h>
52
52
# include <netinet/tcp.h>
53
53
# include <arpa/inet.h>
54
-# include <poll.h>
55
54
# include <netdb.h>
56
55
#endif
57
56
...
...