From e263727fb4e9c3aa71ac76f28a5b8993d0e68f88 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 11 Feb 2003 21:58:07 +0000 Subject: [PATCH] Fix some implicit declaration warnings. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@183 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/pgm.c | 3 ++- avrdude/ppi.c | 1 + avrdude/stk500.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/avrdude/pgm.c b/avrdude/pgm.c index 7fcf706b..5d12d148 100644 --- a/avrdude/pgm.c +++ b/avrdude/pgm.c @@ -19,8 +19,9 @@ /* $Id$ */ -#include #include +#include +#include #include "pgm.h" diff --git a/avrdude/ppi.c b/avrdude/ppi.c index 7d93d874..fb9d1a6b 100644 --- a/avrdude/ppi.c +++ b/avrdude/ppi.c @@ -20,6 +20,7 @@ /* $Id$ */ #include +#include #include #include #include diff --git a/avrdude/stk500.c b/avrdude/stk500.c index 07ac91f6..240fb9f5 100644 --- a/avrdude/stk500.c +++ b/avrdude/stk500.c @@ -29,6 +29,7 @@ */ #include +#include #include #include #include