Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc
18160 views
1
--- libs/tcmalloc-1.4/src/malloc_extension.cc.orig
2
+++ libs/tcmalloc-1.4/src/malloc_extension.cc
3
@@ -57,6 +57,7 @@
4
#include <string.h>
5
#include <stdio.h>
6
#include <stdlib.h>
7
+#include <pthread.h>
8
#if defined HAVE_STDINT_H
9
#include <stdint.h>
10
#elif defined HAVE_INTTYPES_H
11
12