blob: c478ed5a938a401edbbe5b610f052d9f5df8e24f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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 */
|