From ebfad791508af77f7f8e942c88a6f5dc88bd6d41 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Nov 2025 06:57:14 -0500 Subject: Improve alfsum usage a bit. --- src/unalf.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/unalf.h') diff --git a/src/unalf.h b/src/unalf.h index 12654ec..c21944e 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -1,3 +1,12 @@ +#include +#include +#include +#include +#include +#include +#include +#include + #ifndef VERSION #define VERSION "???" #warning "VERSION not defined, defaulting to \"???\"" @@ -54,6 +63,10 @@ void fix_filename(void); /* opts.c */ void parse_opts(int argc, char * const *argv); +/* self.c */ +extern char *self; +void set_self(char *argv0); + /* unalf.c */ extern char *self; extern FILE *out_file; -- cgit v1.2.3