From: Markus R. <rol...@us...> - 2005-12-19 19:52:34
|
Update of /cvsroot/simspark/simspark/spark/salt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2557 Modified Files: sharedlibrary.cpp Log Message: - fixed an #include Index: sharedlibrary.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/spark/salt/sharedlibrary.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sharedlibrary.cpp 5 Dec 2005 20:56:00 -0000 1.1 --- sharedlibrary.cpp 19 Dec 2005 19:52:24 -0000 1.2 *************** *** 20,24 **** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ ! #include "../sharedlibrary.h" #include <dlfcn.h> #include <iostream> --- 20,24 ---- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ ! #include "sharedlibrary.h" #include <dlfcn.h> #include <iostream> |