1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-21 08:17:24 +02:00

Include error.h to align with libit -- under protest, Fran?ois :-).

This commit is contained in:
Jim Meyering
1996-10-09 02:33:18 +00:00
parent b5a2377dc2
commit bb3ecf85bc
+3
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. */