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:
Todd C. Miller
2011-11-12 12:18:44 -05:00
parent f375ee5f01
commit 09beba8259
12 changed files with 12 additions and 12 deletions

View File

@@ -76,7 +76,7 @@
#include "sudoers.h"
#include "parse.h"
#include "gram.h"
#include <gram.h>
#ifndef HAVE_FNMATCH
# include "compat/fnmatch.h"