Fixed them to compile
[fw/sdcc] / support / regression / tests / bug-408972.c
index 98f47e154050a175a87a47be3f62ec5aa095789f..ab8ded70544fa143f588dc9dc72f29988005e9b5 100644 (file)
@@ -1,3 +1,7 @@
+/* Fake header.
+ */
+#include <testfwk.h>
+
 long leftShiftLong (long l) { 
   /* PENDING: Disabled.
      return (l << 3);