diff options
author | mike <mike@FreeBSD.org> | 2002-07-29 17:09:21 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-07-29 17:09:21 +0000 |
commit | 0bf99191f0746f4d69a3d5389f707ff9a2630553 (patch) | |
tree | 60fad9fb4185d960108f448b499226405c63b63b /sbin/devfs | |
parent | ab5264200e1e0998d546a725d35c68ce4c02b224 (diff) | |
download | FreeBSD-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/devfs')
-rw-r--r-- | sbin/devfs/devfs.c | 1 |
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> |