#include "sudo_usage.h" not <sudo_usage.h> so we get the one in the

build directory and not the src dir when using a separate build
directory.
This commit is contained in:
Todd C. Miller
2013-02-15 08:57:21 -05:00
parent 0f0ef228a5
commit 2d9da65881
3 changed files with 3 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
#include <grp.h>
#include <pwd.h>
#include <sudo_usage.h>
#include "sudo_usage.h"
#include "sudo.h"
#include "lbuf.h"