gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libbase sharedlib.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/libbase sharedlib.cpp
Date: Fri, 24 Nov 2006 19:25:02 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/24 19:25:02

Modified files:
        libbase        : sharedlib.cpp 

Log message:
        HAVE_LIBGEN_H.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/sharedlib.cpp?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: sharedlib.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/sharedlib.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- sharedlib.cpp       24 Nov 2006 19:17:37 -0000      1.8
+++ sharedlib.cpp       24 Nov 2006 19:25:02 -0000      1.9
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: sharedlib.cpp,v 1.8 2006/11/24 19:17:37 rsavoye Exp $ */
+/* $Id: sharedlib.cpp,v 1.9 2006/11/24 19:25:02 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -26,9 +26,11 @@
 #include <ltdl.h>
 #include <iostream>
 #ifdef HAVE_DLFCN_H
-#include <dlfcn.h>
+       #include <dlfcn.h>
+#endif
+#ifdef HAVE_LIBGEN_H
+       #include <libgen.h>
 #endif
-#include <libgen.h>
 
 #if defined(_WIN32) || defined(WIN32)
 # define lock(lib_mutex) ;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]