#ifndef COMP_H #define COMP_H #include "match.h" void comp_visit(struct leg *l); #endif