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
fd6ebf804d73b250fea883dcfb45fc5f6ced529b
Authored by
Stéphane Raimbault
2011-01-10 09:50:34 +0100
1 parent
a022e9a9
Fix compilation of bandwidth-server-many-up.c on FreeBSD
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
tests/bandwidth-server-many-up.c
tests/bandwidth-server-many-up.c
View file @
fd6ebf8
...
...
@@ -27,6 +27,7 @@
27
27
#if defined(_WIN32)
28
28
#include <ws2tcpip.h>
29
29
#else
30
+#include <sys/socket.h>
30
31
#include <netinet/in.h>
31
32
#include <arpa/inet.h>
32
33
#endif
...
...