1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-23 07:31:31 +00:00

Don't depend on pollution in <machine/limits.h> (by way of

<sys/param.h>) for definition of <stdint.h> macros.
This commit is contained in:
Mike Barcroft 2002-07-29 17:09:21 +00:00
parent 2469f41d99
commit 90007bc6e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100881

View File

@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <paths.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>