diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2001-08-29 14:35:15 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2001-08-29 14:35:15 +0000 |
| commit | 224ba2bd37e182b64f7d78defef8a6cacaad3415 (patch) | |
| tree | 3cfb63f1a112ee17469b17fc1593a88d004ddda6 /contrib/ntp/util/jitter.c | |
| parent | 1c80946020d06ca926154926c7c890d211708395 (diff) | |
Notes
Diffstat (limited to 'contrib/ntp/util/jitter.c')
| -rw-r--r-- | contrib/ntp/util/jitter.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ntp/util/jitter.c b/contrib/ntp/util/jitter.c index 79f47573f584..462fe126c9d1 100644 --- a/contrib/ntp/util/jitter.c +++ b/contrib/ntp/util/jitter.c @@ -6,8 +6,9 @@ * analysis. From this you can determine the jitter and if the clock ever * runs backwards. */ -#include <sys/time.h> + #include <stdio.h> +#include <sys/time.h> #define NBUF 20002 |
