mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
12 lines
322 B
C
12 lines
322 B
C
--- source3/include/includes.h.orig 2019-01-15 10:07:00 UTC
|
|
+++ source3/include/includes.h
|
|
@@ -322,6 +322,8 @@ typedef char fstring[FSTRING_LEN];
|
|
* the *bottom* of include files so as not to conflict. */
|
|
#ifdef ENABLE_DMALLOC
|
|
# include <dmalloc.h>
|
|
+#elif ENABLE_JEMALLOC
|
|
+# include <jemalloc/jemalloc.h>
|
|
#endif
|
|
|
|
|