From a47f89411b0ed68cc87aa9a9e8c1fa2e8af4aa6d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 15 Feb 2013 10:27:21 -0500 Subject: [PATCH] #include "sudo_usage.h" not so we get the one in the build directory and not the src dir when using a separate build directory. --HG-- branch : 1.7 --- sudo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudo.c b/sudo.c index c41e2dc32..1db99f4b3 100644 --- a/sudo.c +++ b/sudo.c @@ -107,7 +107,7 @@ #include "lbuf.h" #include "interfaces.h" #include "secure_path.h" -#include +#include "sudo_usage.h" #ifdef USING_NONUNIX_GROUPS # include "nonunix.h" -- 2.50.1