#ifndef MAIN2_HH #define MAIN2_HH extern double f_to_c(double temp_f);//declaration of f #endif //compilation failed until I moved this endif up one line.