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:
Baptiste Daroussin 2014-01-20 22:54:11 +00:00
parent f76075f807
commit a351c93d95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260942

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>