projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9cb1c
)
Include error.h to align with libit -- under protest, François :-).
author
Jim Meyering
<jim@meyering.net>
Wed, 9 Oct 1996 02:33:18 +0000
(
02:33
+0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 9 Oct 1996 02:33:18 +0000
(
02:33
+0000)
lib/error.c
patch
|
blob
|
history
diff --git
a/lib/error.c
b/lib/error.c
index 8f679c7fc4e630503c80919f9fa7ad528ba50e3a..93615887193c4433a55e1964d4e5631a62a72be2 100644
(file)
--- 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. */