Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6209

Modified Files:
        utils.c 
Log Message:
Added missing include and missing type.


Index: utils.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/utils.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- utils.c     7 Dec 2009 13:53:41 -0000       1.20
+++ utils.c     7 Dec 2009 19:10:33 -0000       1.21
@@ -32,6 +32,9 @@
 #include <string.h> /* memcpy */
 #include <strings.h> /* strcasecmp */
 #include <gdk.h> /* GDKmalloc */
+#ifdef HAVE_UUID_UUID_H
+#include <uuid/uuid.h>
+#endif
 
 /**
  * Returns a GDKmalloced copy of s, with the first occurrence of
@@ -314,6 +317,7 @@
        return(NULL);
 }
 
+char *
 generateUUID(void)
 {
 #ifdef HAVE_UUID_UUID_H


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to