Oops - fix bad include path in the moved USBKEY Dataflash board driver header.
[pub/USBasp.git] / LUFA / Drivers / Board / AVR8 / USBKEY / Dataflash.h
index e54f0d8..239828f 100644 (file)
@@ -49,7 +49,8 @@
 #define __DATAFLASH_USBKEY_H__
 
        /* Includes: */
-               #include "../../Misc/AT45DB642D.h"
+               #include "../../../../Common/Common.h"
+               #include "../../../Misc/AT45DB642D.h"
 
        /* Preprocessor Checks: */
                #if !defined(__INCLUDE_FROM_DATAFLASH_H)