Index: smartdisperse.c =================================================================== --- smartdisperse.c (revision 16266) +++ smartdisperse.c (revision 16267) @@ -253,6 +253,7 @@ #include "dolists.h" int pplg_init_smartdisperse(void) { + PCB_API_CHK_VER; PCB_REGISTER_ACTIONS(smartdisperse_action_list, smartdisperse_cookie); return 0; }