diff options
Diffstat (limited to 'pflog.h')
| -rw-r--r-- | pflog.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ * SUCH DAMAGE. */ +#ifndef _WIN32 + #include <netinet/in.h> +#endif + /* * pflog headers, at least as they exist now. */ |
