summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sort.c b/src/sort.c
index ee0514b76..20c05e152 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -33,6 +33,9 @@
#include "xstrtod.h"
#include "xalloc.h"
+/* The official name of this program (e.g., no `g' prefix). */
+#define PROGRAM_NAME "sort"
+
#if defined ENABLE_NLS && HAVE_LANGINFO_H
# include <langinfo.h>
#endif