chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Start reimplenting search in Disobedience choose tabs. Results are
[disorder]
/
lib
/
timeval.h
diff --git
a/lib/timeval.h
b/lib/timeval.h
index c2cd10696f4b9cbc6bfc7902290f1f3c03d06093..10b02ea2080693692241ba8addf6aabd432e765d 100644
(file)
--- a/
lib/timeval.h
+++ b/
lib/timeval.h
@@
-21,6
+21,8
@@
#ifndef TIMEVAL_H
#define TIMEVAL_H
+#include <time.h>
+
static inline struct timeval tvsub(const struct timeval a,
const struct timeval b) {
struct timeval r;