$NetBSD: patch-ae,v 1.1 2006/06/08 16:12:48 minskim Exp $

--- compare.c.orig	1990-02-05 20:17:15.000000000 +0000
+++ compare.c
@@ -21,6 +21,10 @@ static char rcsid[]= "$Header: compare.c
 
 #include <ctype.h>
 
+static int _X_strcmp(char *s1, char *s2, int flags);
+static int _X_floatdiff(F_float p1, F_float p2, T_tol the_tol);
+static int _X_cmptokens(K_token p1, K_token p2, int flags);
+
 X_com(a,b,flags)
 int a,b,flags;
 {
