Include error.h to align with libit -- under protest, François :-).
authorJim Meyering <jim@meyering.net>
Wed, 9 Oct 1996 02:33:18 +0000 (02:33 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Oct 1996 02:33:18 +0000 (02:33 +0000)
lib/error.c

index 8f679c7..9361588 100644 (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.  */