summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-06-30 23:04:14 +0000
committerChris Wilson <chris+github@qwirx.com>2008-06-30 23:04:14 +0000
commit3fc1834adcc989989730d9dd57a58bff31f2a71f (patch)
treeaffbb0a4109d7fdcfb4096a20bed9593e3cc8604
parent3b00b63613c392db03c5d19cc7b1133b16a40812 (diff)
Compile fix for strerror() on RedHat 9, thanks to Alex Howansky.
-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 5eec1e81..2c65688c 100644
--- a/lib/common/Logging.cpp
+++ b/lib/common/Logging.cpp
@@ -10,6 +10,7 @@
#include "Box.h"
#include <errno.h>
+#include <string.h>
#include <time.h>
#ifdef HAVE_SYSLOG_H