diff --git a/ChangeLog b/ChangeLog index 2ac35be7..17903249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-30 Joerg Wunsch + + [bug #41402] dfu.c missing include + * dfu.c: include where uint16_t is defined + 2014-01-28 Joerg Wunsch * avrdude.conf.in (ATmega256RFR2 et al.): Fix EEPROM size. diff --git a/NEWS b/NEWS index 79eef0d4..9a09c3c0 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ Current: - bug #40817: Elf file support (possibly) not working on 6.0.1 windows build - bug #40897: AT Mega2560 not correctly programmed with stk500(v1) ISP (solution patch) - bug #41357: OS X: Avrdude messes with the usb stack? + - bug #41402: dfu.c missing include - patch #7896: DFU FLIPv2 programming support - patch #XXXX: xxx diff --git a/dfu.c b/dfu.c index cb954978..d88743e5 100644 --- a/dfu.c +++ b/dfu.c @@ -25,6 +25,7 @@ #include #include +#include #include #include #include