kdelibs4support: fix musl patch

This commit is contained in:
John 2022-07-27 15:53:14 +02:00
parent c372d89ebc
commit 40d683be72

View File

@ -1,11 +1,12 @@
--- a/autotests/klocaletest.cpp
+++ b/autotests/klocaletest.cpp
@@ -20,6 +20,8 @@
@@ -20,6 +20,9 @@
#include "klocaletest.h"
#include <QTest>
+#if !defined(__GLIBC__)
+#include <sys/reg.h>
+
+#endif
#include "klocale.h"
#include "klocale_p.h"
#include "kconfiggroup.h"