USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/USBasp.git] / Demos / Device / ClassDriver / MIDI / MIDI.h
index c8cb426..96e2b40 100644 (file)
@@ -40,7 +40,9 @@
                #include <avr/io.h>\r
                #include <avr/wdt.h>\r
                #include <avr/power.h>\r
+               #include <avr/interrupt.h>\r
                #include <stdbool.h>\r
+               #include <string.h>\r
 \r
                #include "Descriptors.h"\r
                                \r