- fix build with gcc-4.3, take 7

This commit is contained in:
Dominik Mierzejewski 2008-01-06 19:51:16 +00:00
parent ff94df7d3a
commit 00eea554d1
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
diff -up openbabel-2.1.1/src/dlhandler_unix.cpp.gcc43 openbabel-2.1.1/src/dlhandler_unix.cpp
--- openbabel-2.1.1/src/dlhandler_unix.cpp.gcc43 2007-04-14 02:34:11.000000000 +0200
+++ openbabel-2.1.1/src/dlhandler_unix.cpp 2008-01-06 20:50:56.000000000 +0100
@@ -25,6 +25,7 @@ GNU General Public License for more deta
#include <sys/stat.h>
#include <dlfcn.h>
#include <cstdlib>
+#include <cstring>
using namespace std;
diff -up openbabel-2.1.1/src/zipstreamimpl.h.gcc43 openbabel-2.1.1/src/zipstreamimpl.h
--- openbabel-2.1.1/src/zipstreamimpl.h.gcc43 2006-12-28 16:19:05.000000000 +0100
+++ openbabel-2.1.1/src/zipstreamimpl.h 2008-01-06 19:28:16.000000000 +0100