X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/812b526d127c6657e571db8b33a58137af6709cd..ad0c0f361be0c7fcae50dabb21e28be728755096:/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) {