Index: fp_wget.c =================================================================== --- fp_wget.c (revision 4519) +++ fp_wget.c (revision 4520) @@ -1,4 +1,4 @@ -#include "global.h" +#include "config.h" #include "gedasymbols.h" #include "plugins.h" Index: gedasymbols.c =================================================================== --- gedasymbols.c (revision 4519) +++ gedasymbols.c (revision 4520) @@ -4,7 +4,7 @@ #include #include #include -#include "global.h" +#include "config.h" #include "wget_common.h" #include "gedasymbols.h" #include "plugins.h" Index: tester.c =================================================================== --- tester.c (revision 4519) +++ tester.c (revision 4520) @@ -1,6 +1,6 @@ #include #include -#include "global.h" +#include "config.h" #include "gedasymbols.h" #undef strdup