From d398ecab9d6e42b1091d214df50bf938030d11a2 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 24 Nov 2006 15:38:03 +0000 Subject: hunt down improper include <>, make mkswap output 4Gb+ friendly --- libbb/perror_nomsg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbb/perror_nomsg.c') diff --git a/libbb/perror_nomsg.c b/libbb/perror_nomsg.c index 3a5079b99..3aefd5301 100644 --- a/libbb/perror_nomsg.c +++ b/libbb/perror_nomsg.c @@ -7,8 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include -#include +#include "libbb.h" void bb_perror_nomsg(void) { -- cgit v1.2.3