From f4ac8df5607892ac713fda0b8bac4f47ea2555a5 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Fri, 23 Aug 2002 08:13:30 +0000 Subject: [PATCH] Fixed two warning on sleep and exit implicitly defined (thanks to Holger Schurig :-). git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@102 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/src/detect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jtag/src/detect.c b/jtag/src/detect.c index ebd0f2e8..7ccbdc99 100644 --- a/jtag/src/detect.c +++ b/jtag/src/detect.c @@ -23,6 +23,8 @@ */ #include +#include +#include #include #include