mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
kdelibs4support: fix musl patch
This commit is contained in:
parent
c372d89ebc
commit
40d683be72
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue