From e1d8d6a5e26114a1a2e323f260a434ebbaea64bc Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Fri, 12 Aug 2011 15:56:21 +0000 Subject: [PATCH] Add so this actually compiles again. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@965 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 5 +++++ usbasp.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index a2e42412..ed70fad1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-08-12 Joerg Wunsch + + * usbasp.c: Add so this actually compiles + again. + 2011-08-12 Joerg Wunsch Contributed by tixiv@gmx.net: diff --git a/usbasp.c b/usbasp.c index d2695bdb..a3f0ea37 100644 --- a/usbasp.c +++ b/usbasp.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include