I_am using an Arduino Due (TX) and a Leonardo (RX) both under Arduino IDE 1.5.6 and Hardware-Serial.
Although my Sketch is running as expected while using an Mega2560 as TXer, it is not working with the Due. There are no Compiler-Errors after disabling the line #include <avr/io.h> in the header file as proposed in this Forum.