From ff65cd469b5f9acc43c79df98ac8e375a257f152 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 12 Aug 2007 20:59:07 +0000 Subject: fix out-of-source-tree build --- applets/usage.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/usage.c b/applets/usage.c index c128b52..4955839 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -1,7 +1,9 @@ /* vi: set sw=4 ts=4: */ #include -#include "autoconf.h" +/* Just #include "autoconf.h" doesn't work for builds in separate + * object directory */ +#include "../include/autoconf.h" static const char usage_messages[] = "" #define MAKE_USAGE -- cgit v1.1