Browse Source

poll.h is useless to compile TCP backend

Stéphane Raimbault 13 years ago
parent
commit
dd4adad88e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modbus-tcp.c

+ 0 - 1
src/modbus-tcp.c

@@ -51,7 +51,6 @@
 # include <netinet/ip.h>
 # include <netinet/tcp.h>
 # include <arpa/inet.h>
-# include <poll.h>
 # include <netdb.h>
 #endif