Minor clean up of the Mass Storage bootloader.
[pub/lufa.git] / Bootloaders / MassStorage / Descriptors.h
index 4460fda..2e97c6d 100644 (file)
@@ -41,6 +41,8 @@
 
                #include <LUFA/Drivers/USB/USB.h>
 
+               #include "BootloaderAPI.h"
+
        /* Macros: */
                /** Endpoint address of the Mass Storage device-to-host data IN endpoint. */
                #define MASS_STORAGE_IN_EPADDR         (ENDPOINT_DIR_IN  | 3)