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];