changeset 11:b46f0c742316

Include io headers, not 100% sure it's necessary but is good practise.
author Daniel O'Connor <darius@dons.net.au>
date Sat, 01 Jan 2011 19:44:02 +1030
parents f0b4314b91ec
children 4e10d1eef9a5
files cons.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cons.c	Sat Jan 01 19:43:34 2011 +1030
+++ b/cons.c	Sat Jan 01 19:44:02 2011 +1030
@@ -30,6 +30,7 @@
 #include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
+#include <avr/io.h>
 #include <avr/interrupt.h>
 #include <avr/pgmspace.h>
 #include "cons.h"