- compiling on BSD (fwapi.c, custom_fw_module.c)

This commit is contained in:
Thomas Ries 2004-05-02 19:34:12 +00:00
parent f760e98df5
commit 2e78004b37
4 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -50,6 +50,7 @@
#include <string.h> /* strcat */
#include <sys/types.h>
#include <netinet/in.h>
#include "fwapi.h"
#include "log.h"

View File

@ -18,6 +18,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <sys/types.h>
#include <netinet/in.h>
#include <osipparser2/osip_parser.h>
#include "siproxd.h"