]> granicus.if.org Git - sudo/commitdiff
Make this compile
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Mar 2010 17:42:40 +0000 (13:42 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Mar 2010 17:42:40 +0000 (13:42 -0400)
plugins/sudoers/error.c

index 50409684838662607f4c22c3263a0e65d33276e4..9278e34e9156c538072b0e4ff066cfc5a13c4acd 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <config.h>
 #include <compat.h>
+#include <alloc.h>
 #include <error.h>
 #include <sudo_plugin.h>
 
@@ -30,6 +31,8 @@ static void _warning(int, const char *, va_list);
 
 sigjmp_buf error_jmp;
 
+extern sudo_conv_t sudo_conv;
+
 void
 error(int eval, const char *fmt, ...)
 {