aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/error.c b/error.c
index a80810f..4f5339b 100644
--- a/error.c
+++ b/error.c
@@ -19,8 +19,7 @@
#include "config.h"
-#include <stdio.h>
-#include <sys/types.h>
+#include "bashtypes.h"
#include <fcntl.h>
#if defined (HAVE_UNISTD_H)
@@ -35,6 +34,8 @@
# endif
#endif
+#include <stdio.h>
+
#include <errno.h>
#if !defined (errno)
extern int errno;
@@ -234,7 +235,7 @@ programming_error (format, va_alist)
}
#endif
- fprintf (stderr, "Tell %s to fix this someday.\n", the_current_maintainer);
+ fprintf (stderr, "Report this to %s\n", the_current_maintainer);
fprintf (stderr, "Stopping myself...");
fflush (stderr);