From 7323b7d9f2c7710bf836cd31213b7e0c644cebe5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 16 Dec 1994 05:42:47 +0000 Subject: Include "error.h" instead of simply declaring `void error ();'. --- src/uniq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index c4a05edbb..0142c51c9 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -28,11 +28,10 @@ #include "system.h" #include "linebuffer.h" #include "version.h" +#include "error.h" #define min(x, y) ((x) < (y) ? (x) : (y)) -void error (); - static char *find_field (); static int different (); static void check_file (); -- cgit v1.2.3-54-g00ecf