From: bela Date: Wed, 13 Jun 2001 06:25:01 +0000 (+0000) Subject: #include replaced by #include <8051.h> X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7366919ac40a593a5ebd3148197722410968ead8;p=fw%2Fsdcc #include replaced by #include <8051.h> git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@882 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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