From 1e15ec4367e8099648fffc06b0341c8929e23bb8 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 21 Oct 2001 21:29:07 +0000 Subject: [PATCH] Fix: added includes git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1426 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/longlit.c | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2