From: Jim Meyering Date: Wed, 9 Oct 1996 02:33:18 +0000 (+0000) Subject: Include error.h to align with libit -- under protest, François :-). X-Git-Tag: TEXTUTILS-1_19n~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3ecf85bca6d051fc0e30e62c6d008ede479720;p=thirdparty%2Fcoreutils.git Include error.h to align with libit -- under protest, François :-). --- diff --git a/lib/error.c b/lib/error.c index 8f679c7fc4..9361588719 100644 --- a/lib/error.c +++ b/lib/error.c @@ -47,6 +47,9 @@ void exit (); # define _(String) String #endif +/* Get prototypes for the functions defined here. */ +#include + /* If NULL, error will flush stdout, then print on stderr the program name, a colon and a space. Otherwise, error will call this function without parameters instead. */