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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045e7caebafe1a9b6e8f346e368fad19a46ac5ff;p=pspp 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. */