Index: search.h =================================================================== --- search.h (revision 4510) +++ search.h (revision 4511) @@ -29,7 +29,7 @@ #ifndef PCB_SEARCH_H #define PCB_SEARCH_H -#include "global.h" +#include "global_objs.h" #include "misc_util.h" int lines_intersect(Coord ax1, Coord ay1, Coord ax2, Coord ay2, Coord bx1, Coord by1, Coord bx2, Coord by2);