diff options
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 79f4757..462fe12 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 |