diff options
Diffstat (limited to 'ui/qt5')
-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 1b6bd89..2679a6e 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -22,7 +22,9 @@ #ifdef HAS_INSTALL_ENV # include <libudev.h> # include <net/if.h> /* ifreq */ +extern "C" { # include <skalibs/tai.h> /* STAMP */ +} # include <sys/ioctl.h> /* ioctl */ # include <unistd.h> /* close */ #endif /* HAS_INSTALL_ENV */ |