From: Vladimir Serbinenko Date: Sat, 23 Nov 2013 11:42:30 +0000 (+0100) Subject: * util/garbage-gen.c: Add missing include of sys/time.h. X-Git-Tag: grub-2.02-beta1~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e67566ce0a925342d0a988ec196710e204a1d900;p=thirdparty%2Fgrub.git * util/garbage-gen.c: Add missing include of sys/time.h. --- diff --git a/ChangeLog b/ChangeLog index fb67de1d3..5fb7a5f01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-23 Vladimir Serbinenko + + * util/garbage-gen.c: Add missing include of sys/time.h. + 2013-11-23 Vladimir Serbinenko Don't add -mflush-func if it's not supported by compiler. diff --git a/util/garbage-gen.c b/util/garbage-gen.c index 0e0155bb5..ccba1bf1c 100644 --- a/util/garbage-gen.c +++ b/util/garbage-gen.c @@ -23,6 +23,7 @@ #include #include #include +#include static unsigned long long buffer[1048576];