summaryrefslogtreecommitdiff
path: root/server/src/macrotool.cc
diff options
context:
space:
mode:
authordeva <deva>2009-07-24 07:45:17 +0000
committerdeva <deva>2009-07-24 07:45:17 +0000
commit61f5f4fbdf3f7b05715badad035f391718d282aa (patch)
tree6127a0d8d4257261c31997ee343a1ec37f3c82a6 /server/src/macrotool.cc
parent7e349e2789a633a6014baea63aeb7932e024c917 (diff)
Fixed compiler issues...
Diffstat (limited to 'server/src/macrotool.cc')
-rw-r--r--server/src/macrotool.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/macrotool.cc b/server/src/macrotool.cc
index 11c634e..bb8c8fc 100644
--- a/server/src/macrotool.cc
+++ b/server/src/macrotool.cc
@@ -28,6 +28,9 @@
// For ETC
#include <config.h>
+#include <stdlib.h>
+#include <string.h>
+
// For getopt_long and friends
#include <getopt.h>