1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-22 15:15:36 +02:00

Include error.h to align with libit -- under protest, Franois :-).

This commit is contained in:
Jim Meyering
1996-10-09 02:33:18 +00:00
parent b5a2377dc2
commit bb3ecf85bc

View File

@@ -47,6 +47,9 @@ void exit ();
# define _(String) String
#endif
/* Get prototypes for the functions defined here. */
#include <error.h>
/* 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. */