opnsense-ports/biology/phyml/files/patch-src_utilities.h
Franco Fichtner f60b45b49e */*: sync with upstream
Taken from: FreeBSD
2023-05-08 14:55:47 +02:00

13 lines
399 B
C

--- src/utilities.h.orig 2022-04-08 15:01:10 UTC
+++ src/utilities.h
@@ -31,8 +31,8 @@ the GNU public licence. See http://www.opensource.org
#include <assert.h>
#include <stdbool.h>
#include <signal.h>
-/* #include <malloc/malloc.h> */
-/* #include <malloc.h> */
+/* #include <malloc/stdlib.h> */
+/* #include <stdlib.h> */
#if (defined(__AVX__) || defined(__AVX2__))
#include <xmmintrin.h>