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