comparison xreport.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
comparison
equal deleted inserted replaced
1:01496de9f722 2:9da35e705144
3 * 3 *
4 * Greg Lehey, 14 December 2009 4 * Greg Lehey, 14 December 2009
5 * 5 *
6 * $Id: xreport.c,v 1.3 2010/02/07 03:41:35 grog Exp $ 6 * $Id: xreport.c,v 1.3 2010/02/07 03:41:35 grog Exp $
7 */ 7 */
8
9 #include <stdlib.h>
8 10
9 #include "wh1080.h" 11 #include "wh1080.h"
10 12
11 #define STAMPSIZE 32 /* size of time stamp to print out */ 13 #define STAMPSIZE 32 /* size of time stamp to print out */
12 14