[Hdrflow-svn] SF.net SVN: hdrflow: [374] trunk/lib/openlibraries/src/openpluginlib/pl/ shlib.cpp
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2007-11-06 20:18:32
|
Revision: 374 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=374&view=rev Author: glslang Date: 2007-11-06 12:18:31 -0800 (Tue, 06 Nov 2007) Log Message: ----------- + linux compilation fix Modified Paths: -------------- trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp Modified: trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp =================================================================== --- trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp 2007-11-05 21:20:34 UTC (rev 373) +++ trunk/lib/openlibraries/src/openpluginlib/pl/shlib.cpp 2007-11-06 20:18:31 UTC (rev 374) @@ -15,6 +15,8 @@ #include <windows.h> #elif defined __APPLE__ #include <CoreFoundation/CoreFoundation.h> +#else +#include <dlfcn.h> #endif #include <openpluginlib/pl/utf8_utils.hpp> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |