From 7366919ac40a593a5ebd3148197722410968ead8 Mon Sep 17 00:00:00 2001 From: bela Date: Wed, 13 Jun 2001 06:25:01 +0000 Subject: [PATCH] #include replaced by #include <8051.h> git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@882 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/ser_ir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/lib/ser_ir.c b/device/lib/ser_ir.c index d351ff3d..b09c7f0e 100644 --- a/device/lib/ser_ir.c +++ b/device/lib/ser_ir.c @@ -38,7 +38,7 @@ /* BUG: those definitions (and the #include) should be set dynamically * (while linking or at runtime) to make this file a _real_ library. */ -#include +#include <8051.h> #define XBUFLEN 10 #define RBUFLEN 10 -- 2.47.2