From 83a9b236fee2c0212a2b4f9288435539b6badedb Mon Sep 17 00:00:00 2001 From: "adam@algroup.co.uk" Date: Sat, 6 Feb 2010 09:33:17 +0000 Subject: [PATCH] =?utf8?q?fix=20warning:=20implicit=20declaration=20of=20f?= =?utf8?q?unction=20=E2=80=98exit=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- client/flash.c | 1 + client/flasher.c | 1 + 2 files changed, 2 insertions(+) diff --git a/client/flash.c b/client/flash.c index 40c38439..2d843e18 100644 --- a/client/flash.c +++ b/client/flash.c @@ -9,6 +9,7 @@ BOOL UsbConnect(void); #include #include +#include #include "flash.h" #include "elf.h" diff --git a/client/flasher.c b/client/flasher.c index 3af52f83..d6a51f3e 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -1,4 +1,5 @@ #include +#include #include "proxusb.h" #include "flash.h" -- 2.39.2