summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c
index cff9720..72deab1 100644
--- a/src/global.c
+++ b/src/global.c
@@ -185,7 +185,7 @@ unsigned int warn_option = 0;
bool to_stdout_option = false;
/* The name this program was run with. */
-char *program_name;
+extern char *program_name;
/* A pointer to either lstat or stat, depending on whether
dereferencing of symlinks is done for input files. */