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
Samuli Piippo 2023-09-18 10:41:31 +03:00
parent 300614a170
commit 15fb832b43
1 changed files with 1 additions and 0 deletions

View File

@ -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