gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8241 - Extractor/src/plugins/thumbnail


From: gnunet
Subject: [GNUnet-SVN] r8241 - Extractor/src/plugins/thumbnail
Date: Sun, 15 Feb 2009 00:33:14 -0700 (MST)

Author: grothoff
Date: 2009-02-15 00:33:13 -0700 (Sun, 15 Feb 2009)
New Revision: 8241

Modified:
   Extractor/src/plugins/thumbnail/thumbnailextractor.c
Log:
better

Modified: Extractor/src/plugins/thumbnail/thumbnailextractor.c
===================================================================
--- Extractor/src/plugins/thumbnail/thumbnailextractor.c        2009-02-15 
07:32:06 UTC (rev 8240)
+++ Extractor/src/plugins/thumbnail/thumbnailextractor.c        2009-02-15 
07:33:13 UTC (rev 8241)
@@ -29,6 +29,7 @@
 
 #include "platform.h"
 #include "extractor.h"
+#include <glib.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
 #define THUMBSIZE 128
@@ -38,7 +39,7 @@
 void __attribute__ ((constructor)) ole_gobject_init (void)
 {
   g_type_init ();
-#if G_THREADS_ENABLED
+#ifdef G_THREADS_ENABLED
   if (! g_thread_supported () )
     g_thread_init (NULL);
 #endif





reply via email to

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