projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
29abebf
)
Fix warning for not found gettimeofday in memstat
author
<brian@localhost.localdomain>
<>
Wed, 15 Apr 2009 01:54:56 +0000
(18:54 -0700)
committer
<brian@localhost.localdomain>
<>
Wed, 15 Apr 2009 01:54:56 +0000
(18:54 -0700)
clients/memstat.c
patch
|
blob
|
history
diff --git
a/clients/memstat.c
b/clients/memstat.c
index 70028f6b353167f482a6e5f31c9d397c997100a3..b8b02cfbff8be51194b2edab02bcdba2199ec1bd 100644
(file)
--- a/
clients/memstat.c
+++ b/
clients/memstat.c
@@
-6,6
+6,7
@@
#include <fcntl.h>
#include <string.h>
#include <getopt.h>
+#include <sys/time.h>
#include <libmemcached/memcached.h>