diff options
Diffstat (limited to 'graphics/xfig/files/patch-aa')
-rw-r--r-- | graphics/xfig/files/patch-aa | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa index f01e258267c1..d69247aaa89b 100644 --- a/graphics/xfig/files/patch-aa +++ b/graphics/xfig/files/patch-aa @@ -1,8 +1,12 @@ -*** fig.h.orig Wed Nov 23 02:13:41 1994 ---- fig.h Wed Nov 23 02:19:18 1994 +*** fig.h.orig Wed Jun 1 23:35:23 1994 +--- fig.h Wed Jan 4 20:58:06 1995 *************** -*** 223,225 **** +*** 228,234 **** + + extern int errno; extern int sys_nerr; - extern char *sys_errlist[]; + extern char *mktemp(); ---- 223,224 ---- + #include <math.h> /* for sin(), cos() etc */ +--- 228,233 ---- |