Skip to content

Commit

Permalink
conntrack: Include <sys/types.h> before <netinet/icmp6.h>.
Browse files Browse the repository at this point in the history
FreeBSD and Mac OS X require this.

Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
borjam authored and blp committed Nov 6, 2017
1 parent 97ee6d4 commit ff6aa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/conntrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
#include <config.h>
#include <ctype.h>
#include <errno.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/icmp6.h>
#include <string.h>
#include <sys/types.h>

#include "bitmap.h"
#include "conntrack.h"
Expand Down

0 comments on commit ff6aa42

Please sign in to comment.