=================================================================== RCS file: /cvs/ace/ace/lib/stack.c,v retrieving revision 1.23 retrieving revision 1.24 diff -p -u -r1.23 -r1.24 --- ace/lib/stack.c 2015/06/06 14:56:09 1.23 +++ /cvs/ace/ace/lib/stack.c 2015/06/07 11:52:29 1.24 @@ -38,6 +38,7 @@ typedef struct Stack { #define STACK_DEF #include "imagelib.h" +#include "table.h" #include "cards.h" static Picture **fronts=0; @@ -214,8 +215,6 @@ stack_set_offset(Stack *s, int which_off invalidate(s->x, s->y, s->w, s->h); } -extern int get_picture_default_width, get_picture_default_height; - void stack_set_card_size(int width, int height) {