From 4b032c82b7cc2fb11887ac2023f290b6ac5fce31 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 25 Jan 2014 01:08:35 +0000 Subject: 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 --- usr.sbin/pkg/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin') 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 +#include #include #include #include -- cgit v1.1