mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Revert 003bdb078a15. We need to #include <gram.h> not "gram.h" and
<def_data.h> and not "def_data.h" when generating the parser in a build dir.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
#include "sudoers.h"
|
||||
#include "parse.h"
|
||||
#include "toke.h"
|
||||
#include "gram.h"
|
||||
#include <gram.h>
|
||||
|
||||
static int arg_len = 0;
|
||||
static int arg_size = 0;
|
||||
|
Reference in New Issue
Block a user