Skip to content

Commit

Permalink
Include sys-queue.h early to override system queue definitions on BSD
Browse files Browse the repository at this point in the history
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
blueswirl committed Sep 4, 2009
1 parent aa43d9c commit f40d753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

/* Needed early for CONFIG_BSD etc. */
#include "config-host.h"
/* Needed early to override system queue definitions on BSD */
#include "sys-queue.h"

#ifndef _WIN32
#include <sys/times.h>
Expand Down

0 comments on commit f40d753

Please sign in to comment.