freebsd-ports/security/bioapi/files/patch-framework-bioapi_util-memfuncs.c
Pav Lucistnik 15284a2fe6 BioAPI (Biometric Application Programming Interface) brings platform and device
independence to application programmers and biometric service providers.

PR:		ports/91734
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
2006-01-15 09:29:14 +00:00

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