Skip to content
This repository was archived by the owner on Aug 4, 2019. It is now read-only.

Commit 092dfa5

Browse files
committed
Fix FreeBSD support. Closes #40.
1 parent 4f111bd commit 092dfa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/xff.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
#include <string.h>
33
#include <arpa/inet.h>
44

5+
#if __FreeBSD__
6+
#include <sys/socket.n>
7+
#include <netinet/in.h>
8+
#endif
9+
510
#include "repsheet.h"
611
#include "xff.h"
712

0 commit comments

Comments
 (0)