diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-01-31 22:41:13 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-01-31 22:42:01 +0100 |
commit | e00be1de2d3de272874d4837a4feaaacb11896ab (patch) | |
tree | ebead3d9fe204c5941e43a4c0ed24558c0a3ce9a /utils | |
parent | e9f3e7995084808b1afd6f3a7665db5033eed477 (diff) | |
download | external_libqmi-e00be1de2d3de272874d4837a4feaaacb11896ab.zip external_libqmi-e00be1de2d3de272874d4837a4feaaacb11896ab.tar.gz external_libqmi-e00be1de2d3de272874d4837a4feaaacb11896ab.tar.bz2 |
utils,swi-update: fix building with musl-libc
https://bugs.freedesktop.org/show_bug.cgi?id=99495
Diffstat (limited to 'utils')
-rw-r--r-- | utils/swi-update.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/swi-update.c b/utils/swi-update.c index 3f3aaa6..86dc546 100644 --- a/utils/swi-update.c +++ b/utils/swi-update.c @@ -40,6 +40,7 @@ #include <stdlib.h> #include <string.h> #include <sys/stat.h> +#include <sys/select.h> #include <termios.h> #include <unistd.h> |