]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
Avoid installation glitches on Solaris 8 with Sun C 5.4.
[chaz/tar] / src / tar.c
index 7159e244a4bb262e92a5c2622df26c5b13136c1c..e859f49b2573f67b149596a0f538f9a8d16fa565 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -22,7 +22,9 @@
 #include <system.h>
 
 #include <fnmatch.h>
+#include <getline.h>
 #include <argp.h>
+#include <argp-namefrob.h>
 
 #include <signal.h>
 #if ! defined SIGCHLD && defined SIGCLD
@@ -235,7 +237,7 @@ tar_set_quoting_style (char *arg)
        return;
       }
   FATAL_ERROR ((0, 0,
-               _("Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."), arg));
+               _("Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."), arg, program_invocation_short_name));
 }
 
 \f
This page took 0.021315 seconds and 4 git commands to generate.