Control Arduino with Universal Remote

I think I can take two things from this post:

  1. Include #undef int somewhere

    • Moved insertion of #include <WProgram.h> to after any comments and #include statements in the main sketch file. This means that an #include <stdlib.h> now works.

If one of these or both are supposed to "do the job" where do I have to change code then? In "NECIRrcv.h" or in the "main sketch calling "NECIRrcv.h"?

Peter.