freebsd-ports/comms/acfax/files/patch-fax_funcs.c
Pete Fritchman d882b3b791 Add acfax 0.981011, recieve faxes using sound card and radio.
PR:		34792
Submitted by:	Darren <igla@batterybackups.net>
2002-06-08 04:53:25 +00:00

13 lines
339 B
C

$FreeBSD$
--- fax_funcs.c.orig Sat Jun 8 00:39:02 2002
+++ fax_funcs.c Sat Jun 8 00:39:08 2002
@@ -37,6 +37,8 @@
#include "widgets.h"
#include "fax_funcs.h"
+#define PI M_PI
+
/* some variables that are allowed to be global */
int lpm; /* lines per minute */
int ixoc; /* number of pixels of one scan-line / PI */