summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-04-18 20:32:04 +0000
committerChris Wilson <chris+github@qwirx.com>2008-04-18 20:32:04 +0000
commit084595644e923f03d311c5a060b56b9b6c70f60e (patch)
treed2c2b2f6dc03b31b52cc63d5e71f9569cfc6d537 /lib/common
parentbef954ca1702f380b7231e6c9bb91b4a87dc5669 (diff)
Additional #includes, thanks to the T2 Project
(http://www.t2-project.org/packages/boxbackup.html)
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/Configuration.cpp3
-rw-r--r--lib/common/WaitForEvent.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/common/Configuration.cpp b/lib/common/Configuration.cpp
index 10e06680..40814652 100644
--- a/lib/common/Configuration.cpp
+++ b/lib/common/Configuration.cpp
@@ -9,8 +9,9 @@
#include "Box.h"
-#include <stdlib.h>
#include <limits.h>
+#include <stdlib.h>
+#include <string.h>
#include <sstream>
diff --git a/lib/common/WaitForEvent.h b/lib/common/WaitForEvent.h
index 52a073e9..9febf5d4 100644
--- a/lib/common/WaitForEvent.h
+++ b/lib/common/WaitForEvent.h
@@ -10,6 +10,8 @@
#ifndef WAITFOREVENT__H
#define WAITFOREVENT__H
+#include <stdlib.h>
+
#ifdef HAVE_KQUEUE
#include <sys/event.h>
#include <sys/time.h>