Index: obj_common.h =================================================================== --- obj_common.h (revision 25602) +++ obj_common.h (revision 25603) @@ -185,6 +185,8 @@ #define PCB_ANY_PRIMITIVE_FIELDS \ PCB_ANY_OBJ_FIELDS; \ const char *term; \ + const char *extobj; \ + unsigned int extobj_idx; \ void *ratconn; \ unsigned char thermal; \ unsigned char intconn, intnoconn; \