summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-09 02:33:18 +0000
committerJim Meyering <jim@meyering.net>1996-10-09 02:33:18 +0000
commitbb3ecf85bca6d051fc0e30e62c6d008ede479720 (patch)
tree880e05a9c65864cc538fdebbfb1dfc25223dcfe3 /lib
parentb5a2377dc298d52ead094129cf0500f377c49170 (diff)
downloadcoreutils-bb3ecf85bca6d051fc0e30e62c6d008ede479720.tar.xz
Include error.h to align with libit -- under protest, François :-).
Diffstat (limited to 'lib')
-rw-r--r--lib/error.c3
1 files changed, 3 insertions, 0 deletions
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 <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. */