summaryrefslogtreecommitdiff
path: root/cpp/src/slice2confluence/Gen.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2011-12-06 16:47:58 +0100
committerJose <jose@zeroc.com>2011-12-06 16:47:58 +0100
commitdd5a887590e9a541bbf0cc9afd405987e704327b (patch)
tree79214fef34597391852520de91332845f29edba8 /cpp/src/slice2confluence/Gen.cpp
parentConverted instances of !strcmp(s, "otherstring") to s == "otherstring". (diff)
downloadice-dd5a887590e9a541bbf0cc9afd405987e704327b.tar.bz2
ice-dd5a887590e9a541bbf0cc9afd405987e704327b.tar.xz
ice-dd5a887590e9a541bbf0cc9afd405987e704327b.zip
minor fixes to slice2confluence
Diffstat (limited to 'cpp/src/slice2confluence/Gen.cpp')
-rwxr-xr-xcpp/src/slice2confluence/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2confluence/Gen.cpp b/cpp/src/slice2confluence/Gen.cpp
index ca9b05d13a8..999d41d9537 100755
--- a/cpp/src/slice2confluence/Gen.cpp
+++ b/cpp/src/slice2confluence/Gen.cpp
@@ -16,7 +16,7 @@
#include <IceUtil/StringUtil.h>
#include <Slice/FileTracker.h>
#include <Gen.h>
-
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>