new file, from Paul Eggert
[gnulib.git] / lib / fatal.c
index 66362b8..e6f46ec 100644 (file)
@@ -2,6 +2,8 @@
 # include <config.h>
 #endif
 
+/* FIXME: define EXIT_FAILURE */
+
 #include <stdio.h>
 
 #if HAVE_VPRINTF || HAVE_DOPRNT || _LIBC
@@ -33,6 +35,7 @@ extern char *program_name;
 #endif
 
 #include "fatal.h"
+#include "unlocked-io.h"
 
 /* Like error, but always exit with EXIT_FAILURE.  */