aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-07-29 17:09:21 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-07-29 17:09:21 +0000
commit90007bc6e79ccc582d2bb6f7114dccb067863d3e (patch)
tree60fad9fb4185d960108f448b499226405c63b63b
parent2469f41d99cf95f290a0bd83de83aed8a7b79fc7 (diff)
Don't depend on pollution in <machine/limits.h> (by way of
<sys/param.h>) for definition of <stdint.h> macros.
Notes
Notes: svn path=/head/; revision=100881
-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 7a06d476384a..92d1c0f3a323 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>