Mercurial > ~darius > hgwebdir.cgi > wh1080
comparison 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 |
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: yreport.c,v 1.2 2010/02/07 03:39:12 grog Exp $ | 6 * $Id: yreport.c,v 1.2 2010/02/07 03:39:12 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 |