Author: jpeeler
Date: Mon Feb 18 16:49:30 2008
New Revision: 3847
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3847
a>
Log:
added some forgotten includes for zap_copy_string
Modified:
branches/1.2/jpah.h
branches/1.2/sethdlc-new.c
branches/1.2/sethdlc.c
branches/1.2/tonezone.c
branches/1.2/tor2ee.c
Modified: branches/1.2/jpah.h
URL: http://svn.d
igium.com/view/zaptel/branches/1.2/jpah.h?view=diff&rev=
3847&r1=3846&r2=3847
============================================================
==================
--- branches/1.2/jpah.h (original)
+++ branches/1.2/jpah.h Mon Feb 18 16:49:30 2008
 -32,6
+32,7 
#define MALLOC(a) malloc(a)
#define FREE(a) free(a)
#endif
+#include "zaptel.h"
/* Echo canceller definition */
struct echo_can_state {
Modified: branches/1.2/sethdlc-new.c
URL: http:
//svn.digium.com/view/zaptel/branches/1.2/sethdlc-new.c?view
=diff&rev=3847&r1=3846&r2=3847
============================================================
==================
--- branches/1.2/sethdlc-new.c (original)
+++ branches/1.2/sethdlc-new.c Mon Feb 18 16:49:30 2008
 -22,6
+22,7 
#include <sys/socket.h>
#include <linux/if.h>
#include <linux/sockios.h>
+#include "zaptel.h"
#if GENERIC_HDLC_VERSION != 4
#error Generic HDLC layer version mismatch, please get
correct sethdlc.c
Modified: branches/1.2/sethdlc.c
URL: http://sv
n.digium.com/view/zaptel/branches/1.2/sethdlc.c?view=diff&am
p;rev=3847&r1=3846&r2=3847
============================================================
==================
--- branches/1.2/sethdlc.c (original)
+++ branches/1.2/sethdlc.c Mon Feb 18 16:49:30 2008
 -10,6
+10,7 
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <linux/if.h>
+#include "zaptel.h"
struct ifreq req; /* for ioctl */
Modified: branches/1.2/tonezone.c
URL: http://s
vn.digium.com/view/zaptel/branches/1.2/tonezone.c?view=diff&
amp;rev=3847&r1=3846&r2=3847
============================================================
==================
--- branches/1.2/tonezone.c (original)
+++ branches/1.2/tonezone.c Mon Feb 18 16:49:30 2008
 -30,6
+30,7 
#include <unistd.h>
#include <errno.h>
#include "tonezone.h"
+#include "zaptel.h"
#define DEFAULT_ZT_DEV "/dev/zap/ctl"
Modified: branches/1.2/tor2ee.c
URL: http://svn
.digium.com/view/zaptel/branches/1.2/tor2ee.c?view=diff&
rev=3847&r1=3846&r2=3847
============================================================
==================
--- branches/1.2/tor2ee.c (original)
+++ branches/1.2/tor2ee.c Mon Feb 18 16:49:30 2008
 -37,6
+37,7 
#include <netinet/in.h>
#include <linux/ppp_defs.h>
#include <time.h>
+#include "zaptel.h"
#define NEED_PCI_IDS
#include "tor2-hw.h"
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
zaptel-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/zaptel-commits
a>
|