[asterisk-commits] rizzo: trunk r51299 - /trunk/main/channel.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Jan 19 09:40:26 MST 2007


Author: rizzo
Date: Fri Jan 19 10:40:25 2007
New Revision: 51299

URL: http://svn.digium.com/view/asterisk?view=rev&rev=51299
Log:
include "asterisk/zapata.h" to get the zaptel headers.

this should be the last one left around...


Modified:
    trunk/main/channel.c

Modified: trunk/main/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/main/channel.c?view=diff&rev=51299&r1=51298&r2=51299
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Fri Jan 19 10:40:25 2007
@@ -37,10 +37,7 @@
 #include <unistd.h>
 #include <math.h>
 
-#ifdef HAVE_ZAPTEL
-#include <sys/ioctl.h>
-#include <zaptel/zaptel.h>
-#endif
+#include "asterisk/zapata.h"
 
 #include "asterisk/pbx.h"
 #include "asterisk/frame.h"



More information about the asterisk-commits mailing list