X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/3af7813d88284b99c550f1a20696536ebc579b32..d848c36fc9de36897f18dd950288b57dfa1c0ca7:/lib/timeval.h diff --git a/lib/timeval.h b/lib/timeval.h index c2cd106..10b02ea 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -21,6 +21,8 @@ #ifndef TIMEVAL_H #define TIMEVAL_H +#include + static inline struct timeval tvsub(const struct timeval a, const struct timeval b) { struct timeval r;