2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

Use angle quotes when including gram.h and def_data.c.

Otherwise, we can include the wrong file when doing an out-of-source
build when configured using --with-devel.
This commit is contained in:
Todd C. Miller
2020-08-12 10:28:33 -06:00
parent cbad17a994
commit fb8ed8ba66
4 changed files with 5 additions and 4 deletions

View File

@@ -60,11 +60,11 @@
#endif /* HAVE_LDAP_SASL_INTERACTIVE_BIND_S */
#include "sudoers.h"
#include "gram.h"
#include "sudo_lbuf.h"
#include "sudo_ldap.h"
#include "sudo_ldap_conf.h"
#include "sudo_dso.h"
#include <gram.h>
#ifndef LDAP_OPT_RESULT_CODE
# define LDAP_OPT_RESULT_CODE LDAP_OPT_ERROR_NUMBER