Skip to content

Commit

Permalink
move include <sys/uio.h> outside defined(BSD) block (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
knight-of-ni authored and connortechnology committed Jun 13, 2017
1 parent df304b4 commit 417421b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zm_comms.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

#include <set>
#include <vector>
#include <sys/uio.h>

#if defined(BSD)
#include <sys/uio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#endif
Expand Down

0 comments on commit 417421b

Please sign in to comment.