summaryrefslogtreecommitdiff
path: root/net/asterisk/files/patch-apps::app_txfax.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
commite61e1d66bd617141dc294a78d82e163554034060 (patch)
tree82d56db941093217a7c6bf1b3f6b2ba800639f4c /net/asterisk/files/patch-apps::app_txfax.c
parentUpdate to version 1.2rc2 (diff)
Update to 1.2.1.
Notes
Notes: svn path=/head/; revision=153765
Diffstat (limited to 'net/asterisk/files/patch-apps::app_txfax.c')
-rw-r--r--net/asterisk/files/patch-apps::app_txfax.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/asterisk/files/patch-apps::app_txfax.c b/net/asterisk/files/patch-apps::app_txfax.c
index 8daf0f979334..15ad6674788e 100644
--- a/net/asterisk/files/patch-apps::app_txfax.c
+++ b/net/asterisk/files/patch-apps::app_txfax.c
@@ -1,9 +1,9 @@
$FreeBSD$
---- apps/app_txfax.c.orig
-+++ apps/app_txfax.c
-@@ -0,0 +1,293 @@
+--- /dev/null Thu Jan 12 17:48:54 2006
++++ apps/app_txfax.c Thu Jan 12 17:48:36 2006
+@@ -0,0 +1,295 @@
+/*
+ * Asterisk -- A telephony toolkit for Linux.
+ *
@@ -17,6 +17,7 @@ $FreeBSD$
+ * the GNU General Public License
+ */
+
++#include <stdio.h>
+#include <asterisk/lock.h>
+#include <asterisk/file.h>
+#include <asterisk/logger.h>
@@ -26,6 +27,7 @@ $FreeBSD$
+#include <asterisk/translate.h>
+#include <string.h>
+#include <stdlib.h>
++#include <math.h>
+#if defined(__FreeBSD__) && __FreeBSD_version < 500028
+#include <inttypes.h>
+#else