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
This commit is contained in:
bapt 2014-01-20 22:54:11 +00:00
parent bc1de291d8
commit a8cec1a9dd

View File

@ -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>