From: bela Date: Thu, 14 Jun 2001 06:14:08 +0000 (+0000) Subject: #include is replaced by #include <8051.h> X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=37160cfcba266dc93cd88e8b35132c8e6b25cfcb;p=fw%2Fsdcc #include is replaced by #include <8051.h> git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@888 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/examples/crcs.c b/device/examples/crcs.c index 7736d508..5398a39a 100644 --- a/device/examples/crcs.c +++ b/device/examples/crcs.c @@ -1,4 +1,4 @@ -#include +#include <8051.h> typedef unsigned char byte; byte accum_checksum(byte cs, byte val)