# HG changeset patch # User Daniel O'Connor # Date 1265685532 -37800 # Node ID 9da35e705144ebb30bd7fa381d19ed1d6d7d2326 # Parent 01496de9f722449313ef843ed14f4c1bee754b37 Add includes so that it builds without warnings. diff -r 01496de9f722 -r 9da35e705144 db.c --- a/db.c Tue Feb 09 13:48:22 2010 +1030 +++ b/db.c Tue Feb 09 13:48:52 2010 +1030 @@ -7,6 +7,8 @@ * $Id: db.c,v 1.5 2010/02/04 03:50:35 grog Exp $ */ +#include + #include "wh1080.h" #define STAMPSIZE 32 /* size of time stamp to print out */ diff -r 01496de9f722 -r 9da35e705144 local-compare.c --- a/local-compare.c Tue Feb 09 13:48:22 2010 +1030 +++ b/local-compare.c Tue Feb 09 13:48:52 2010 +1030 @@ -16,6 +16,7 @@ #include "wh1080.h" #include +#include #define STAMPSIZE 32 /* size of time stamp to print out */ diff -r 01496de9f722 -r 9da35e705144 wh1080.c --- a/wh1080.c Tue Feb 09 13:48:22 2010 +1030 +++ b/wh1080.c Tue Feb 09 13:48:52 2010 +1030 @@ -7,6 +7,8 @@ * $Id: wh1080.c,v 1.18 2010/02/07 03:40:37 grog Exp $ */ +#include + #include "wh1080.h" struct usb_device *station_device; usb_dev_handle *station; diff -r 01496de9f722 -r 9da35e705144 xreport.c --- a/xreport.c Tue Feb 09 13:48:22 2010 +1030 +++ b/xreport.c Tue Feb 09 13:48:52 2010 +1030 @@ -6,6 +6,8 @@ * $Id: xreport.c,v 1.3 2010/02/07 03:41:35 grog Exp $ */ +#include + #include "wh1080.h" #define STAMPSIZE 32 /* size of time stamp to print out */ diff -r 01496de9f722 -r 9da35e705144 yreport.c --- 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 + #include "wh1080.h" #define STAMPSIZE 32 /* size of time stamp to print out */