chiark / gitweb /
cleanup: move declarations of external objects into header files
[secnet.git] / log.c
diff --git a/log.c b/log.c
index 32aed704b06e20e595ef366661426103fac6342f..16ed60a1cb24a074fa11c1c05905a8e3125132d9 100644 (file)
--- a/log.c
+++ b/log.c
@@ -8,6 +8,7 @@
 #include <assert.h>
 #include <unistd.h>
 #include "process.h"
+#include "util.h"
 
 bool_t secnet_is_daemon=False;
 uint32_t message_level=M_WARNING|M_ERR|M_SECURITY|M_FATAL;