Include <sys/types.h>, to get definition for uint32_t.

Submitted by:	David Sharp
This commit is contained in:
Olivier Houchard 2006-10-30 23:23:00 +00:00
parent a12fb4e632
commit c3248b4002

View File

@ -25,6 +25,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <machine/asm.h>
#include <sys/types.h>
#include <sys/elf32.h>
#include <sys/param.h>
#include <sys/inflate.h>