QStorageInfo/Linux: add missing include
Amend 543ae6e6a4 and add include
for dev_t. Needed with MUSL.
Change-Id: Ie7a2ac902af6d34307bf7856619eb9617bf3307f
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
300614a170
commit
15fb832b43
|
|
@ -24,6 +24,7 @@
|
|||
#include <QtCore/private/qlocale_tools_p.h>
|
||||
|
||||
#include <sys/sysmacros.h> // makedev()
|
||||
#include <sys/types.h> // dev_t
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue