From 045e7caebafe1a9b6e8f346e368fad19a46ac5ff Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Oct 1996 02:33:18 +0000 Subject: [PATCH] =?utf8?q?Include=20error.h=20to=20align=20with=20libit=20?= =?utf8?q?--=20under=20protest,=20Fran=E7ois=20:-).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/error.c | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.30.2