From 14730afa0143d1bf74b798c1683d63d05f2c281f Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 17 Jun 2001 12:58:31 +0000 Subject: [PATCH] schoonheids foutje git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@902 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/printfl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/lib/printfl.c b/device/lib/printfl.c index 77b4cc4c..3a86211a 100644 --- a/device/lib/printfl.c +++ b/device/lib/printfl.c @@ -43,7 +43,8 @@ #include #include #ifndef __ds390 -#include <8051.h> // for the SP +/* just for the SP */ +#include <8051.h> #endif static data volatile char ch; -- 2.30.2