summaryrefslogtreecommitdiff
path: root/lib/common/Logging.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-03-24 15:22:54 +0000
committerChris Wilson <chris+github@qwirx.com>2009-03-24 15:22:54 +0000
commit2cdd70a034f183fb4b7926d0979650e8c3df1430 (patch)
treec03f39405311813bb18ddd75cae4b20d6839a82f /lib/common/Logging.cpp
parentc5af7ffbde50a9182ba6a631cad1e7c375c769a9 (diff)
Switch to C++ include file names.
Diffstat (limited to 'lib/common/Logging.cpp')
-rw-r--r--lib/common/Logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Logging.cpp b/lib/common/Logging.cpp
index 802f6a3b..d16b1514 100644
--- a/lib/common/Logging.cpp
+++ b/lib/common/Logging.cpp
@@ -10,7 +10,6 @@
#include "Box.h"
#include <errno.h>
-#include <string.h>
#include <time.h>
#ifdef HAVE_SYSLOG_H
@@ -20,6 +19,7 @@
#include <unistd.h>
#endif
+#include <cstring>
#include <iomanip>
#include "BoxTime.h"