changeset 719:d9aac329ede7

Include error.h to align with libit -- under protest, François :-).
author Jim Meyering <jim@meyering.net>
date Wed, 09 Oct 1996 02:33:18 +0000
parents 81a39a75debd
children 497616507f9c
files lib/error.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/error.c
+++ b/lib/error.c
@@ -47,6 +47,9 @@
 # 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.  */