Module: kamailio Branch: master Commit: 42d9b351f9b7fa4140ccd9cf7fc368483d74535a URL: https://github.com/kamailio/kamailio/commit/42d9b351f9b7fa4140ccd9cf7fc36848...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-12-26T20:47:49+01:00
rtpengine: remove the SHM_MEM #define, after core change
---
Modified: src/modules/rtpengine/bencode.h
---
Diff: https://github.com/kamailio/kamailio/commit/42d9b351f9b7fa4140ccd9cf7fc36848... Patch: https://github.com/kamailio/kamailio/commit/42d9b351f9b7fa4140ccd9cf7fc36848...
---
diff --git a/src/modules/rtpengine/bencode.h b/src/modules/rtpengine/bencode.h index f5f775538f..272e8125c7 100644 --- a/src/modules/rtpengine/bencode.h +++ b/src/modules/rtpengine/bencode.h @@ -4,7 +4,7 @@ #include <sys/uio.h> #include <string.h>
-#if defined(SHM_MEM) || defined(PKG_MALLOC) || defined(pkg_malloc) +#if defined(PKG_MALLOC) || defined(pkg_malloc) /* kamailio */ # include "../../core/mem/mem.h" # include "../../core/str.h"