From e4f17b0c7fe4d1b3fbbee54d738991fe2ec3ef2c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 03:58:56 +0100 Subject: Include logging.h for the prototypes --- common/logging.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/logging.c b/common/logging.c index 28fc9af5..c5e9e967 100644 --- a/common/logging.c +++ b/common/logging.c @@ -29,6 +29,8 @@ #include #include +#include "logging.h" + static volatile int debug_enabled = 0; static inline void vinfo(const char *format, va_list ap) -- cgit