summaryrefslogtreecommitdiff
path: root/server/src/macrotool_fieldnames.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_fieldnames.cc
parent7e349e2789a633a6014baea63aeb7932e024c917 (diff)
Fixed compiler issues...
Diffstat (limited to 'server/src/macrotool_fieldnames.cc')
-rw-r--r--server/src/macrotool_fieldnames.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/macrotool_fieldnames.cc b/server/src/macrotool_fieldnames.cc
index d7cc7f9..4c18de5 100644
--- a/server/src/macrotool_fieldnames.cc
+++ b/server/src/macrotool_fieldnames.cc
@@ -27,6 +27,8 @@
*/
#include "macrotool_fieldnames.h"
+#include <string.h>
+
#include "macrotool_util.h"
#include "macroparser.h"