Skip to content

Commit

Permalink
Update modbus-tcp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
diplfranzhoepfinger authored Aug 17, 2024
1 parent 3575bbf commit 75318b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modbus-tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif /* HAVE_NETINET_IN_H */
# include <netinet/ip.h>
#ifdef HAVE_NETINET_IP_H
#include <netinet/ip.h>
#endif /* HAVE_NETINET_IP_H */
# include <netinet/tcp.h>
# include <arpa/inet.h>
# include <netdb.h>
Expand Down

0 comments on commit 75318b4

Please sign in to comment.