diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/horizonwizard.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index edfc9c2..1b6bd89 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -22,6 +22,7 @@ #ifdef HAS_INSTALL_ENV # include <libudev.h> # include <net/if.h> /* ifreq */ +# include <skalibs/tai.h> /* STAMP */ # include <sys/ioctl.h> /* ioctl */ # include <unistd.h> /* close */ #endif /* HAS_INSTALL_ENV */ @@ -254,5 +255,6 @@ HorizonWizard::HorizonWizard(QWidget *parent) : QWizard(parent) { #ifdef HAS_INSTALL_ENV interfaces = probe_ifaces(); + tain_now_set_stopwatch_g(); #endif /* HAS_INSTALL_ENV */ } |