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 --- libbb/login.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbb/login.c') diff --git a/libbb/login.c b/libbb/login.c index ba9f4d2b5..07247a8c5 100644 --- a/libbb/login.c +++ b/libbb/login.c @@ -9,9 +9,9 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include /* MAXHOSTNAMELEN */ -#include #include "libbb.h" +/* After libbb.h, since it needs sys/types.h on some systems */ +#include #define LOGIN " login: " -- cgit v1.2.3