Control Arduino with Universal Remote

I have the NECIRrcv.h library added to the Arduino sw but still get compiling errors when compiling the small program that is listed above:

In file included from C:\Program Files\arduino-0012\hardware\cores\arduino/WProgram.h:4,

c:/program files/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:80: error: expected unqualified-id before 'int'

c:/program files/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:80: error: expected `)' before 'int'

......

c:/program files/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:176: error: '__compar_fn_t' has not been declared

In file included from C:\Program Files\arduino-0012\hardware\cores\arduino/WProgram.h:6,

Do I need some other library? WProgram?

Please help... I am totally new and "desperately" need a working NEC IR receiving sketch.

Thanx...