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:
-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"