Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/libbs2b.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhartwork <hartwork@bc0edfbe-c936-4687-b64d-f70bc3985e72>2009-05-17 20:46:15 +0400
committerhartwork <hartwork@bc0edfbe-c936-4687-b64d-f70bc3985e72>2009-05-17 20:46:15 +0400
commit701f7aa6d8298ad0bfffbbf4dc3986c7326cff40 (patch)
treea95b33dcb9b28702f5863cd379996f09b9e337bf
parentcaa09aa123d64888cd7e7d1c78c6f0c415d262c8 (diff)
Apply <libbs2b-3.0.0-freebsd.patch> by Diego Elio Petteno (flameeyes@gentoo)
git-svn-id: svn://svn.code.sf.net/p/bs2b/code/trunk/libbs2b@136 bc0edfbe-c936-4687-b64d-f70bc3985e72
-rw-r--r--src/bs2b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bs2b.c b/src/bs2b.c
index 0fe4fdf..7b5efca 100644
--- a/src/bs2b.c
+++ b/src/bs2b.c
@@ -22,7 +22,7 @@
*/
#include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <memory.h>
#include "bs2b.h"