From a9f1783e20a09e761fa29faec3f381978043cf88 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Dec 1994 05:26:44 +0000 Subject: * src/*.c: Include "error.h" instead of simply declaring `void error ();'. --- src/nice.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/nice.c') diff --git a/src/nice.c b/src/nice.c index 9f338662b..ad231c7bf 100644 --- a/src/nice.c +++ b/src/nice.c @@ -33,6 +33,7 @@ #include "version.h" #include "system.h" #include "long-options.h" +#include "error.h" #ifdef NICE_PRIORITY #define GET_PRIORITY() nice (0) @@ -40,8 +41,6 @@ #define GET_PRIORITY() getpriority (PRIO_PROCESS, 0) #endif -void error (); - static int isinteger (); static void usage (); -- cgit v1.2.3-54-g00ecf