Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libm/src/s_tan.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/lib/libm/src/s_tan.c 1994/02/11 17:52:21 1.1 +++ src/lib/libm/src/s_tan.c 1994/02/11 18:09:45 1.2 @@ -41,7 +41,7 @@ * TRIG(x) returns trig(x) nearly rounded */ -#include "fdlibm.h" +#include #ifdef __STDC__ static const double one=1.0;