summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index b9422d2..5597540 100644
--- a/src/common.h
+++ b/src/common.h
@@ -59,6 +59,7 @@
#define ISDIGIT(c) ((unsigned) (c) - '0' <= 9)
#endif
+#include <progname.h>
/* handy definitions */
@@ -71,8 +72,6 @@ typedef off_t lin; /* must be signed */
/* globals */
-XTERN char *program_name; /* The name this program was run with. */
-
XTERN char *buf; /* general purpose buffer */
XTERN size_t bufsize; /* allocated size of buf */