Skip to content

Commit

Permalink
Exclude the <arpa/inet.h> header on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fxlb committed Aug 29, 2016
1 parent 93ca5ff commit b737742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extract.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/

#ifndef _WIN32
#include <arpa/inet.h>
#endif

/*
* Macros to extract possibly-unaligned big-endian integral values.
Expand Down

0 comments on commit b737742

Please sign in to comment.