kdelibs4support: fix musl patch
This commit is contained in:
parent
c372d89ebc
commit
40d683be72
@ -1,11 +1,12 @@
|
|||||||
--- a/autotests/klocaletest.cpp
|
--- a/autotests/klocaletest.cpp
|
||||||
+++ b/autotests/klocaletest.cpp
|
+++ b/autotests/klocaletest.cpp
|
||||||
@@ -20,6 +20,8 @@
|
@@ -20,6 +20,9 @@
|
||||||
#include "klocaletest.h"
|
#include "klocaletest.h"
|
||||||
#include <QTest>
|
#include <QTest>
|
||||||
|
|
||||||
|
+#if !defined(__GLIBC__)
|
||||||
+#include <sys/reg.h>
|
+#include <sys/reg.h>
|
||||||
+
|
+#endif
|
||||||
#include "klocale.h"
|
#include "klocale.h"
|
||||||
#include "klocale_p.h"
|
#include "klocale_p.h"
|
||||||
#include "kconfiggroup.h"
|
#include "kconfiggroup.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user