]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* bus/usb/usbhub.c: #include time.h header.
authorBVK Chaitanya <bvk@dbook>
Tue, 6 Jul 2010 09:23:55 +0000 (14:53 +0530)
committerBVK Chaitanya <bvk@dbook>
Tue, 6 Jul 2010 09:23:55 +0000 (14:53 +0530)
ChangeLog
bus/usb/usbhub.c

index 714aa308f351995f2e3787636da591de049468e3..4219dab757ac79bbbb5620545f2a8f0576f02fc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-06  BVK Chaitanya  <bvk.groups@gmail.com>
+
+       * bus/usb/usbhub.c: #include time.h header.
+
 2010-07-06  Colin Watson  <cjwatson@ubuntu.com>
 
        * fs/reiserfs.c (grub_reiserfs_iterate_dir): Zero out first byte of
index 034ccbe8d556e456e74d1fabb44d03cd4a8776ef..2bbc850d0516385806a28bf26dcca63363c1f965 100644 (file)
@@ -21,6 +21,7 @@
 #include <grub/mm.h>
 #include <grub/usb.h>
 #include <grub/misc.h>
+#include <grub/time.h>
 
 /* USB Supports 127 devices, with device 0 as special case.  */
 static struct grub_usb_device *grub_usb_devs[128];