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:
@@ -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
|
||||
|
Reference in New Issue
Block a user