Move sudo_printf extern to sudo_util.h

This commit is contained in:
Todd C. Miller
2014-08-31 18:46:26 -06:00
parent a07ce849f7
commit 8bc688188f
3 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
#include "sudo_alloc.h"
#include "sudo_fatal.h"
#include "sudo_queue.h"
#include "sudo_util.h"
#include "sudo_plugin.h"
struct sudo_fatal_callback {