Hmm, I don't do C much, but have you tried declaring a function prototype at the start of the code?
Code:
// Include files
//Prototypes
int intMax(int x, int y);
//main,intMax,etc. below
Also, telling us what error you're receiving might be helpful. Thanks!