aboutsummaryrefslogtreecommitdiff
path: root/net/samba410/files/patch-source3_include_includes.h
blob: 269fcb5d8113eb8d6416d2cd6174af6e1e7b46a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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