Index: autocrop.c =================================================================== --- autocrop.c (revision 16266) +++ autocrop.c (revision 16267) @@ -219,6 +219,7 @@ #include "dolists.h" int pplg_init_autocrop(void) { + PCB_API_CHK_VER; PCB_REGISTER_ACTIONS(autocrop_action_list, autocrop_cookie); return 0; }