let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / asterisk / patches / asterisk-1.2.0-chan_bluetooth.patch
1 diff -ruN asterisk-1.2.0-old/channels/chan_bluetooth.c asterisk-1.2.0-new/channels/chan_bluetooth.c
2 --- asterisk-1.2.0-old/channels/chan_bluetooth.c 2005-12-04 04:48:40.000000000 +0100
3 +++ asterisk-1.2.0-new/channels/chan_bluetooth.c 2005-12-04 23:07:19.000000000 +0100
4 @@ -104,6 +104,7 @@
5 #include <asterisk/options.h>
6 #include <asterisk/cli.h>
7 #include <asterisk/callerid.h>
8 +#include <asterisk/version.h>
9 #include <sys/socket.h>
10 #include <sys/signal.h>
11 #include <sys/time.h>