summaryrefslogtreecommitdiff
path: root/sbin/devfs
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 /sbin/devfs
parent2469f41d99cf95f290a0bd83de83aed8a7b79fc7 (diff)
Notes
Diffstat (limited to 'sbin/devfs')
-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 7a06d476384a4..92d1c0f3a323d 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>