Manca un ;

codice:
struct elemento{
             int info;
             struct elemento *pun;
      } ;