Index: plug_import.c =================================================================== --- plug_import.c (revision 4985) +++ plug_import.c (revision 4986) @@ -64,7 +64,7 @@ } \ } while(0) - HOOK_CALL_ALL(pcb_plug_import_t, plug_import_chain, fmt_support_prio, cb_append, (self, aspects, f, filename)); + PCB_HOOK_CALL_ALL(pcb_plug_import_t, plug_import_chain, fmt_support_prio, cb_append, (self, aspects, f, filename)); if (len == 0) return NULL;