# HG changeset patch # User Daniel O'Connor # Date 1293873242 -37800 # Node ID b46f0c742316f4375cfd5b5d98fcf57ee710d352 # Parent f0b4314b91ecc964b83990079297e858a5613d7f Include io headers, not 100% sure it's necessary but is good practise. diff -r f0b4314b91ec -r b46f0c742316 cons.c --- 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 #include #include +#include #include #include #include "cons.h"