Added statev to sql transform script
[libfirm] / ir / be / test / tailrec.c
index 751be00..9e21795 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 static unsigned _fak(unsigned a, unsigned b)
 {
   if (a == 0)