# HG changeset patch # User Timo Sirainen # Date 1250232085 14400 # Node ID 8ca1f9f1ef2e2a564191bedca55ed0c7cad81e56 # Parent 339be408f49ae654ef8517f8b207ea613f5fb3f9 Compiler fixes. diff -r 339be408f49a -r 8ca1f9f1ef2e src/lib/time-util.h --- a/src/lib/time-util.h Thu Aug 13 20:45:09 2009 -0400 +++ b/src/lib/time-util.h Fri Aug 14 02:41:25 2009 -0400 @@ -1,6 +1,8 @@ #ifndef TIME_UTIL_H #define TIME_UTIL_H +struct timeval; + /* Returns -1 if tv1tv2, 0 if they're equal. */ int timeval_cmp(const struct timeval *tv1, const struct timeval *tv2); /* Returns tv1-tv2 in milliseconds. */