Mercurial > ~darius > hgwebdir.cgi > wh1080
comparison wh1080.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, 12 November 2009 | 5 * Greg Lehey, 12 November 2009 |
6 * | 6 * |
7 * $Id: wh1080.c,v 1.18 2010/02/07 03:40:37 grog Exp $ | 7 * $Id: wh1080.c,v 1.18 2010/02/07 03:40:37 grog Exp $ |
8 */ | 8 */ |
9 | |
10 #include <stdlib.h> | |
9 | 11 |
10 #include "wh1080.h" | 12 #include "wh1080.h" |
11 struct usb_device *station_device; | 13 struct usb_device *station_device; |
12 usb_dev_handle *station; | 14 usb_dev_handle *station; |
13 | 15 |