]> granicus.if.org Git - sudo/commitdiff
Don't need all sudoers.h here.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 25 Mar 2011 14:22:19 +0000 (10:22 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 25 Mar 2011 14:22:19 +0000 (10:22 -0400)
plugins/sudoers/redblack.c

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