summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-20 22:54:11 +0000
committerbapt <bapt@FreeBSD.org>2014-01-20 22:54:11 +0000
commita8cec1a9dd6c9ad2612ca68c82f856c58e76cd08 (patch)
tree8b5d2c1e89bbf49d216e1093c55b9ea5a9d17428
parentbc1de291d80ee88bdae909c1bde15ad8597b4cdb (diff)
downloadFreeBSD-src-a8cec1a9dd6c9ad2612ca68c82f856c58e76cd08.zip
FreeBSD-src-a8cec1a9dd6c9ad2612ca68c82f856c58e76cd08.tar.gz
Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to bring it
Newer version of gelf.h and libelf.h does not include sys/queue.h anymore Submitted by: kaiw MFC after: 3 days
-rw-r--r--usr.sbin/pkg/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg/config.c b/usr.sbin/pkg/config.c
index 658ff0a..f6c8e69 100644
--- a/usr.sbin/pkg/config.c
+++ b/usr.sbin/pkg/config.c
@@ -29,6 +29,7 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
+#include <sys/queue.h>
#include <sys/sbuf.h>
#include <sys/elf_common.h>
#include <sys/endian.h>
OpenPOWER on IntegriCloud