]> git.sur5r.net Git - cc65/blobdiff - test/ref/cc65090111.c
atari5200: fix COLOR defines' names
[cc65] / test / ref / cc65090111.c
index f515716f7308c76566c17e01eda4edbc88cf4d50..be889a6088fc57dd9a3680a5cbad1514d5ec07da 100644 (file)
@@ -5,6 +5,8 @@
   !!AUTHOR!!
 */
 
+#include <stdio.h>
+
 /*
 cc65 doesn't compile this, if i use the "-O"-option.
 but it works with "while(!0)"; instead of  "for(;;);"