Don't need all sudoers.h here.

This commit is contained in:
Todd C. Miller
2011-03-25 10:22:19 -04:00
parent e07ca146d1
commit ba50e99cbd

View File

@@ -55,7 +55,8 @@
# endif # endif
#endif /* STDC_HEADERS */ #endif /* STDC_HEADERS */
#include "sudoers.h" #include "missing.h"
#include "alloc.h"
#include "redblack.h" #include "redblack.h"
static void rbrepair(struct rbtree *, struct rbnode *); static void rbrepair(struct rbtree *, struct rbnode *);