From 043b1e5d997d9b582a5aee37bd56e2e4f29be6e4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Sep 2009 12:47:55 +0200 Subject: more C standard compat fixes from Dan Fandrich function old new delta docolon 207 204 -3 Signed-off-by: Denys Vlasenko --- modutils/depmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modutils/depmod.c') diff --git a/modutils/depmod.c b/modutils/depmod.c index 5ec2a51dd..d6cc8ed59 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.c @@ -10,9 +10,9 @@ #undef _GNU_SOURCE #define _GNU_SOURCE -#include -#include /* uname() */ +#include "libbb.h" #include "modutils.h" +#include /* uname() */ /* * Theory of operation: -- cgit v1.2.3