From e67566ce0a925342d0a988ec196710e204a1d900 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 23 Nov 2013 12:42:30 +0100 Subject: [PATCH] * util/garbage-gen.c: Add missing include of sys/time.h. --- ChangeLog | 4 ++++ util/garbage-gen.c | 1 + 2 files changed, 5 insertions(+) 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];