summarylogtreecommitdiffstats
path: root/jemalloc_gnash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jemalloc_gnash.patch')
-rw-r--r--jemalloc_gnash.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/jemalloc_gnash.patch b/jemalloc_gnash.patch
new file mode 100644
index 000000000000..743507069f8b
--- /dev/null
+++ b/jemalloc_gnash.patch
@@ -0,0 +1,13 @@
+diff --git a/libbase/jemalloc_gnash.c b/libbase/jemalloc_gnash.c
+index a702688..7bfd752 100644
+--- a/libbase/jemalloc_gnash.c
++++ b/libbase/jemalloc_gnash.c
+@@ -18,7 +18,7 @@
+ */
+
+ #include <stddef.h>
+-#include <jemalloc.h>
++#include <jemalloc/jemalloc.h>
+
+ #ifdef HAVE_CONFIG_H
+ # include "gnashconfig.h"