1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163810

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>