* util/garbage-gen.c: Add missing include of sys/time.h.
This commit is contained in:
parent
f93ddcfd1c
commit
e67566ce0a
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
static unsigned long long buffer[1048576];
|
||||
|
||||
|
|
Loading…
Reference in a new issue