diff yreport.c @ 2:9da35e705144

Add includes so that it builds without warnings.
author Daniel O'Connor <darius@dons.net.au>
date Tue, 09 Feb 2010 13:48:52 +1030
parents 9dab44dcb331
children
line wrap: on
line diff
--- a/yreport.c	Tue Feb 09 13:48:22 2010 +1030
+++ b/yreport.c	Tue Feb 09 13:48:52 2010 +1030
@@ -6,6 +6,8 @@
  * $Id: yreport.c,v 1.2 2010/02/07 03:39:12 grog Exp $
  */
 
+#include <stdlib.h>
+
 #include "wh1080.h"
 
 #define STAMPSIZE 32                            /* size of time stamp to print out */