* util/garbage-gen.c: Add missing include of sys/time.h.

This commit is contained in:
Vladimir Serbinenko 2013-11-23 12:42:30 +01:00
parent f93ddcfd1c
commit e67566ce0a
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
static unsigned long long buffer[1048576];