From: Rob Landley Date: Wed, 22 Mar 2006 00:46:36 +0000 (-0000) Subject: Another header suggestion from Shaun Jackman. X-Git-Tag: 1_1_0~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cebea726e81bfaaf5718af0691733df7c6a5428e;p=oweals%2Fbusybox.git Another header suggestion from Shaun Jackman. --- diff --git a/coreutils/mknod.c b/coreutils/mknod.c index cb5980b95..784a0353d 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -25,6 +25,7 @@ #include #include #include +#include // For makedev #include #include "busybox.h" #include "libcoreutils/coreutils.h"