Author: al
Date: 2010-01-31 11:50:07 +0100 (Sun, 31 Jan 2010)
New Revision: 3142

Modified:
   trunk/librawstudio/md5.c
Log:
Include malloc.h to make it compile in windows.

Modified: trunk/librawstudio/md5.c
===================================================================
--- trunk/librawstudio/md5.c    2010-01-31 10:36:16 UTC (rev 3141)
+++ trunk/librawstudio/md5.c    2010-01-31 10:50:07 UTC (rev 3142)
@@ -85,7 +85,9 @@
 #include "md5.h"
 #include <string.h>
 #include <stdio.h>
+#include <malloc.h>
 
+
 #ifdef TEST
 /*
  * Compile with -DTEST to create a self-contained executable test program.


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to