From 67b4123d2ed0d189fe6f2e01980c662e7b1d7c8e Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 20 Oct 2007 00:25:12 +0200 Subject: [PATCH] LIB: Replace inappropriate include of Replace an irrelevant include of bug.h with the more appropriate includes of slab.h and module.h. it's not as if the original inclusion is an error, it's simply not related to the contents of that source file, while the other two are. compile-tested on i386. Signed-off-by: Robert P. J. Day Signed-off-by: Adrian Bunk --- lib/argv_split.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/argv_split.c b/lib/argv_split.c index fad6ce4f7b57e..5205a8dae5bc0 100644 --- a/lib/argv_split.c +++ b/lib/argv_split.c @@ -4,7 +4,8 @@ #include #include -#include +#include +#include static const char *skip_sep(const char *cp) { -- 2.39.5