15284a2fe6
independence to application programmers and biometric service providers. PR: ports/91734 Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
11 lines
288 B
C
11 lines
288 B
C
--- framework/bioapi_util/memfuncs.c Wed Jun 8 02:51:05 2005
|
|
+++ framework/bioapi_util/memfuncs.c Sat Nov 19 15:28:53 2005
|
|
@@ -15,7 +15,7 @@
|
|
|
|
/* Linux-Port: added <malloc.h> include file */
|
|
#if defined (UNIX)
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#endif
|
|
|
|
#ifdef _DEBUG
|