diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2015-05-14 14:09:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-15 11:44:06 +0000 |
commit | 8df570d9915181c49b21f33244fa21bf970b4002 (patch) | |
tree | ca5a7261bd02b5367c5a544f238c790a8eae7769 /testing/sipwise-sems/sems-0005-define-SEMS_VERSION.patch | |
parent | a824d445bbe2abb22ca2362898b7e72054639120 (diff) | |
download | aports-8df570d9915181c49b21f33244fa21bf970b4002.tar.bz2 aports-8df570d9915181c49b21f33244fa21bf970b4002.tar.xz |
new aport: sipwise-sems [3.8.1.1]
This is sipwise.com's fork of sems, based on 1.6.0-dev + nightlies
Diffstat (limited to 'testing/sipwise-sems/sems-0005-define-SEMS_VERSION.patch')
-rw-r--r-- | testing/sipwise-sems/sems-0005-define-SEMS_VERSION.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/sipwise-sems/sems-0005-define-SEMS_VERSION.patch b/testing/sipwise-sems/sems-0005-define-SEMS_VERSION.patch new file mode 100644 index 0000000000..b540751003 --- /dev/null +++ b/testing/sipwise-sems/sems-0005-define-SEMS_VERSION.patch @@ -0,0 +1,12 @@ +diff --git a/core/plug-in/stats/StatsUDPServer.cpp b/core/plug-in/stats/StatsUDPServer.cpp +index b5c7909..2a946b4 100644 +--- a/core/plug-in/stats/StatsUDPServer.cpp ++++ b/core/plug-in/stats/StatsUDPServer.cpp +@@ -37,6 +37,7 @@ + #include "AmApi.h" + + #include "sip/trans_table.h" ++#include "../../sems.h" + + #include <string> + using std::string; |