diff options
author | Jose <jose@zeroc.com> | 2011-12-06 16:47:58 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2011-12-06 16:47:58 +0100 |
commit | dd5a887590e9a541bbf0cc9afd405987e704327b (patch) | |
tree | 79214fef34597391852520de91332845f29edba8 /cpp/src/slice2confluence/Gen.cpp | |
parent | Converted instances of !strcmp(s, "otherstring") to s == "otherstring". (diff) | |
download | ice-dd5a887590e9a541bbf0cc9afd405987e704327b.tar.bz2 ice-dd5a887590e9a541bbf0cc9afd405987e704327b.tar.xz ice-dd5a887590e9a541bbf0cc9afd405987e704327b.zip |
minor fixes to slice2confluence
Diffstat (limited to 'cpp/src/slice2confluence/Gen.cpp')
-rwxr-xr-x | cpp/src/slice2confluence/Gen.cpp | 2 |
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> |