diff --git a/ChangeLog b/ChangeLog index 2ad5979..8a7f9b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ (linke INVITES from sipgate.de - SIP URI points to the real wanted target but To: header only points to the initially wanted target before the redirection) + - compiling on BSD (fwapi.c, custom_fw_module.c) 11-Apr-2004: - on termination, stop all active RTP streams 24-Apr-2004: - simplified SIP RX & TX routines diff --git a/configure.in b/configure.in index 3969e85..aae7870 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ dnl Release Version dnl SPD_MAJOR_VERSION=0 SPD_MINOR_VERSION=5 -SPD_MICRO_VERSION=5 +SPD_MICRO_VERSION=6 SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION diff --git a/src/custom_fw_module.c b/src/custom_fw_module.c index 3002b4c..b4aaa81 100644 --- a/src/custom_fw_module.c +++ b/src/custom_fw_module.c @@ -50,6 +50,7 @@ #include /* strcat */ +#include #include #include "fwapi.h" #include "log.h" diff --git a/src/fwapi.c b/src/fwapi.c index 7fab501..e54843f 100644 --- a/src/fwapi.c +++ b/src/fwapi.c @@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include "siproxd.h"