summarylogtreecommitdiffstats
path: root/jemalloc_gnash.patch
diff options
context:
space:
mode:
authorIru Cai2015-09-26 17:16:10 +0800
committerIru Cai2015-09-26 17:16:10 +0800
commit8ea2506cf628f733720cfe2863d07acae06049c0 (patch)
tree7e5980304e45b6c0baf72a3fa72fabd1a98547ee /jemalloc_gnash.patch
parent94a1ff77af2a980abc1ea71deab8ee8f145f72b5 (diff)
downloadaur-8ea2506cf628f733720cfe2863d07acae06049c0.tar.gz
fix build issue on gnash_jemalloc
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"