Commit f83246bb97a38cdcfd50415b023e3234e9c3f57f

Authored by Stéphane Raimbault
1 parent 9c87e7fe

netinet/in.h is useless and it does not exist on Win32

Reported by Tobias Doerffel.
Showing 1 changed file with 0 additions and 1 deletions
src/modbus-data.c
@@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
23 #endif 23 #endif
24 #include <string.h> 24 #include <string.h>
25 #include <assert.h> 25 #include <assert.h>
26 -#include <netinet/in.h>  
27 26
28 /* Sets many bits from a single byte value (all 8 bits of the byte value are 27 /* Sets many bits from a single byte value (all 8 bits of the byte value are
29 set) */ 28 set) */