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: cvs-readonly~8453 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=045e7caebafe1a9b6e8f346e368fad19a46ac5ff;p=gnulib.git Include error.h to align with libit -- under protest, François :-). --- diff --git a/lib/error.c b/lib/error.c index 8f679c7fc..936158871 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. */