summaryrefslogtreecommitdiff
path: root/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc
blob: 7134dc16aea3bd8db0797b034de3e0383eadc1e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- libs/tcmalloc-1.4/src/malloc_extension.cc.orig
+++ libs/tcmalloc-1.4/src/malloc_extension.cc
@@ -57,6 +57,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <pthread.h>
 #if defined HAVE_STDINT_H
 #include <stdint.h>
 #elif defined HAVE_INTTYPES_H