Skip to content

Commit

Permalink
Fix for x86 Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler committed Oct 11, 2016
1 parent e43531b commit 749514f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_WINSOCK2_H
#include <winsock2.h>
#endif

#include "debug.h"
#include "pdu.h"
Expand Down

0 comments on commit 749514f

Please sign in to comment.