diff options
Diffstat (limited to 'contrib/ntp/ntpd/refclock_local.c')
-rw-r--r-- | contrib/ntp/ntpd/refclock_local.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ntp/ntpd/refclock_local.c b/contrib/ntp/ntpd/refclock_local.c index a3e577387258..345a7a22752b 100644 --- a/contrib/ntp/ntpd/refclock_local.c +++ b/contrib/ntp/ntpd/refclock_local.c @@ -255,4 +255,6 @@ local_poll( refclock_receive(peer); pp->fudgetime1 = 0; } +#else +int refclock_local_bs; #endif /* REFCLOCK */ |