--- C:\builds\redland-1.0.8_orig\librdf\rdf_init_internal.h	Mon Jun 30 23:10:26 2008
+++ C:\builds\redland-1.0.8_good\librdf\rdf_init_internal.h	Wed Jul 30 08:46:55 2008
@@ -110,11 +110,15 @@
 
   /* mutex to lock the statements class */
   pthread_mutex_t* statements_mutex;
+
+  /* mutex to lock the hash_datums class */
+  pthread_mutex_t* hash_datums_mutex;
 #else
   /* !WITH_THREADS - pad structure to same size */
   void* mutex_fake;
   void* nodes_mutex_fake;
   void* statements_mutex_fake;
+  void* hash_datums_mutex_fake;
 #endif
 
   /* non-0 if librdf_world_open() has been called */
