diff options
-rw-r--r-- | support/ChangeLog | 5 | ||||
-rw-r--r-- | support/gnomesupport-fake.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 8fefff7b..041edf61 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,8 @@ +1998-07-30 Martin Baulig <martin@home-of-linux.org> + + * gnomesupport-fake.h: Include gnome-argp.h to get + `program_invocation_name'. + 1998-07-29 Raja R Harinath <harinath@cs.umn.edu> * gnomesupport-fake.h: New file. Fake in HAVE_* for functions diff --git a/support/gnomesupport-fake.h b/support/gnomesupport-fake.h index 067071eb..71decf43 100644 --- a/support/gnomesupport-fake.h +++ b/support/gnomesupport-fake.h @@ -6,6 +6,7 @@ #endif #include <gnomesupport.h> +#include <gnome-argp.h> /* Override some of config.h. Gnomesupport provides the replacements for these, so you actually |