Be sure to include sudo_queue.h where needed instead of relying on other headers.

This commit is contained in:
Todd C. Miller
2019-02-19 08:31:08 -07:00
parent 683c65b98b
commit c0a12d9d95
5 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,8 @@
#ifndef SUDOERS_PARSE_H
#define SUDOERS_PARSE_H
#include "sudo_queue.h"
/* Characters that must be quoted in sudoers. */
#define SUDOERS_QUOTED ":\\,=#\""