summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-07-29 17:09:21 +0000
committermike <mike@FreeBSD.org>2002-07-29 17:09:21 +0000
commit0bf99191f0746f4d69a3d5389f707ff9a2630553 (patch)
tree60fad9fb4185d960108f448b499226405c63b63b /sbin
parentab5264200e1e0998d546a725d35c68ce4c02b224 (diff)
downloadFreeBSD-src-0bf99191f0746f4d69a3d5389f707ff9a2630553.zip
FreeBSD-src-0bf99191f0746f4d69a3d5389f707ff9a2630553.tar.gz
Don't depend on pollution in <machine/limits.h> (by way of
<sys/param.h>) for definition of <stdint.h> macros.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devfs/devfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devfs/devfs.c b/sbin/devfs/devfs.c
index 7a06d47..92d1c0f 100644
--- a/sbin/devfs/devfs.c
+++ b/sbin/devfs/devfs.c
@@ -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>
OpenPOWER on IntegriCloud