Index: buffer.h =================================================================== --- buffer.h (revision 17460) +++ buffer.h (revision 17461) @@ -32,6 +32,7 @@ #define PCB_BUFFER_H #include "obj_common.h" +#include struct pcb_buffer_s { /* information about the paste buffer */ pcb_coord_t X, Y; /* offset */ @@ -81,7 +82,7 @@ /* This action is called from ActionElementAddIf() */ -int pcb_act_LoadFootprint(int argc, const char **argv); +fgw_error_t pcb_act_LoadFootprint(int argc, const char **argv); /* pastes the contents of the buffer to the layout. Only visible objects are handled by the routine. */