summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-05-02 17:16:16 +0000
committerChris Wilson <chris+github@qwirx.com>2007-05-02 17:16:16 +0000
commit728d8e963e8b4ec5853855f700877393b1846616 (patch)
treee5769bac925cfa17f9b0fa6b4366e9d7ff1729b1 /lib
parentd5b75f603a0c4df8fcdd78b6930b744bd95c9ba6 (diff)
Add missing #include <errno.h>, thanks to Matt Brown (refs #3)
Diffstat (limited to 'lib')
-rw-r--r--lib/common/Logging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/Logging.cpp b/lib/common/Logging.cpp
index 5f0a2f8f..eee05ba3 100644
--- a/lib/common/Logging.cpp
+++ b/lib/common/Logging.cpp
@@ -9,6 +9,7 @@
#include "Box.h"
+#include <errno.h>
#include <time.h>
#ifdef HAVE_SYSLOG_H