]> granicus.if.org Git - sudo/commitdiff
#include "sudo_usage.h" not <sudo_usage.h> so we get the one in the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 15 Feb 2013 15:27:21 +0000 (10:27 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 15 Feb 2013 15:27:21 +0000 (10:27 -0500)
build directory and not the src dir when using a separate build
directory.

--HG--
branch : 1.7

sudo.c

diff --git a/sudo.c b/sudo.c
index c41e2dc32f3d6184e0017bd21375adaf5f9f1020..1db99f4b32b1822345bcef76e3fe68bd28352b71 100644 (file)
--- a/sudo.c
+++ b/sudo.c
 #include "lbuf.h"
 #include "interfaces.h"
 #include "secure_path.h"
-#include <sudo_usage.h>
+#include "sudo_usage.h"
 
 #ifdef USING_NONUNIX_GROUPS
 # include "nonunix.h"