Index: trunk/src/global.h =================================================================== --- trunk/src/global.h (revision 4467) +++ trunk/src/global.h (revision 4468) @@ -178,8 +178,6 @@ int no_drc; /* whether to ignore the layer when checking the design rules */ }; -typedef struct plug_io_s plug_io_t; - struct data_st { /* holds all objects */ int LayerN; /* number of layers in this board */ pinlist_t Via; Index: trunk/src/global_typedefs.h =================================================================== --- trunk/src/global_typedefs.h (revision 4467) +++ trunk/src/global_typedefs.h (revision 4468) @@ -36,7 +36,9 @@ typedef struct net_st NetType, *NetTypePtr; typedef struct layer_st LayerType, *LayerTypePtr; typedef struct data_st DataType, *DataTypePtr; +typedef struct plug_io_s plug_io_t; + typedef unsigned int pcb_cardinal_t; typedef unsigned char pcb_uint8_t; /* Don't use in new code. */