commit | d398ecab9d6e42b1091d214df50bf938030d11a2 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Nov 24 15:38:03 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Nov 24 15:38:03 2006 +0000 |
tree | 222947a9a358931ea4f4f33679fd336cb5f36a8f | |
parent | 8023d7df788fbc45217473e6a290d4409881d2cd [diff] [blame] |
hunt down improper include <>, make mkswap output 4Gb+ friendly
diff --git a/libbb/perror_nomsg.c b/libbb/perror_nomsg.c index 3a5079b..3aefd53 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 <stddef.h> -#include <libbb.h> +#include "libbb.h" void bb_perror_nomsg(void) {