From e65fa310d3df68ef48e6f38f8d932577f6ebca6f Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 12 May 2021 23:51:59 +0200 Subject: [PATCH] removed malloc.h --- configure.ac | 2 +- org/qmckl_memory.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d555558..7a6c365 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ AC_SUBST([HAS_CPPCHECK]) AC_FC_LIBRARY_LDFLAGS AC_CHECK_LIB([m], [sqrt]) -AC_CHECK_HEADERS([assert.h errno.h malloc.h math.h pthread.h stdbool.h stdint.h stdio.h stdlib.h string.h]) +AC_CHECK_HEADERS([assert.h errno.h math.h pthread.h stdbool.h stdint.h stdio.h stdlib.h string.h]) ## pthread AC_CHECK_LIB([pthread], [pthread_create]) diff --git a/org/qmckl_memory.org b/org/qmckl_memory.org index 8212d6b..f2887c6 100644 --- a/org/qmckl_memory.org +++ b/org/qmckl_memory.org @@ -46,7 +46,7 @@ int main() { #define QMCKL_MEMORY_HPT #include -#include +#include #+end_src * Memory data structure for the context