From: bernhardheld Date: Sun, 21 Oct 2001 21:29:07 +0000 (+0000) Subject: Fix: added includes X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1e15ec4367e8099648fffc06b0341c8929e23bb8;p=fw%2Fsdcc Fix: added includes git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1426 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/regression/tests/longlit.c b/support/regression/tests/longlit.c index 857530c7..8dcda52f 100644 --- a/support/regression/tests/longlit.c +++ b/support/regression/tests/longlit.c @@ -1,3 +1,9 @@ +/* Testing arithmetics with long litterals + */ + +#include +#include + #define OSCILLATOR 11059200 #define BAUD 19200