jemalloc_gnash.patch 310 B

1234567891011121314
  1. diff --git a/libbase/jemalloc_gnash.c b/libbase/jemalloc_gnash.c
  2. index a702688..7bfd752 100644
  3. --- a/libbase/jemalloc_gnash.c
  4. +++ b/libbase/jemalloc_gnash.c
  5. @@ -18,7 +18,7 @@
  6. */
  7. #include <stddef.h>
  8. -#include <jemalloc.h>
  9. +#include <jemalloc/jemalloc.h>
  10. #ifdef HAVE_CONFIG_H
  11. # include "gnashconfig.h"