acl-scanner.l: add missing config.h include

This commit is contained in:
Peter Simons 2019-07-10 14:11:27 +02:00
parent a444c2fa7b
commit 1c8a9af05a

View File

@ -18,6 +18,7 @@
* this program. If not, see <http://www.gnu.org/licenses/>. * this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "config.h"
#include <ctype.h> #include <ctype.h>
#define YY_NO_INPUT #define YY_NO_INPUT
#include "acl-parser.h" #include "acl-parser.h"