summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-23 03:58:56 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-23 03:58:56 +0100
commite4f17b0c7fe4d1b3fbbee54d738991fe2ec3ef2c (patch)
treeed58cd17dc4f5816de6d5c72e76d38265d93b385 /common
parent3655b879fe4291a058a2f4c8103192ece0cfa411 (diff)
Include logging.h for the prototypes
Diffstat (limited to 'common')
-rw-r--r--common/logging.c2
1 files changed, 2 insertions, 0 deletions
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 <stdarg.h>
#include <syslog.h>
+#include "logging.h"
+
static volatile int debug_enabled = 0;
static inline void vinfo(const char *format, va_list ap)