aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/makedevs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index eb3e3680d..ffcbe7ac3 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -6,6 +6,7 @@
6#include <fcntl.h> 6#include <fcntl.h>
7#include <getopt.h> 7#include <getopt.h>
8#include <time.h> 8#include <time.h>
9#include <ctype.h>
9#include <unistd.h> 10#include <unistd.h>
10#include <sys/types.h> 11#include <sys/types.h>
11#include <sys/sysmacros.h> /* major() and minor() */ 12#include <sys/sysmacros.h> /* major() and minor() */