X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fptimer.c;h=4a6c89fb1c56f31ed5523f8e9ce3086c0fb4c684;hp=023db209c28869a8b49da182ad97093535484acd;hb=462e643a7e31676eceda23e634241f7b4d2cd7bb;hpb=3073a77ed89e7d9527d110a028d134bfd1f9cb40 diff --git a/src/ptimer.c b/src/ptimer.c index 023db209..4a6c89fb 100644 --- a/src/ptimer.c +++ b/src/ptimer.c @@ -50,7 +50,7 @@ as that of the covered work. */ double secs = ptimer_measure (); printf ("The loop took %.2fs\n", secs); */ -#include +#include "wget.h" #include #include @@ -71,7 +71,6 @@ as that of the covered work. */ # include #endif -#include "wget.h" #include "ptimer.h" /* Depending on the OS, one and only one of PTIMER_POSIX,