X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..360af322bb3316c2c52401b28643793d3f9a609c:/lib/timeval.h diff --git a/lib/timeval.h b/lib/timeval.h index 930ad24..fe2906c 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2007, 2008 Richard Kettlewell + * Copyright (C) 2007-2009 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,6 +22,7 @@ #define TIMEVAL_H #include +#include static inline struct timeval tvsub(const struct timeval a, const struct timeval b) {