Make sure the peripheral driver .c files include the driver dispatch header, rather...
[pub/lufa.git] / LUFA / Drivers / Peripheral / AVR8 / Serial_AVR8.c
index 3a8312d..7b7f5d6 100644 (file)
@@ -29,7 +29,7 @@
 */
 
 #define  __INCLUDE_FROM_SERIAL_C
-#include "Serial.h"
+#include "../Serial.h"
 
 FILE USARTSerialStream;