]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/garbage-gen.c: Add missing include of sys/time.h.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 23 Nov 2013 11:42:30 +0000 (12:42 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 23 Nov 2013 11:42:30 +0000 (12:42 +0100)
ChangeLog
util/garbage-gen.c

index fb67de1d307b7db387a94fdaeb621d90103de162..5fb7a5f013af454a0ac6d64b89d6a1aaa38cc96d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-23  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/garbage-gen.c: Add missing include of sys/time.h.
+
 2013-11-23  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Don't add -mflush-func if it's not supported by compiler.
index 0e0155bb565068965c8a74656edbf43f65f15471..ccba1bf1cb5ff98d45111ec6943e19a79a2837fd 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
+#include <sys/time.h>
 
 static unsigned long long buffer[1048576];