void-packages/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch

14 lines
257 B
Diff
Raw Normal View History

2022-06-13 08:56:32 +02:00
--- a/autotests/klocaletest.cpp
+++ b/autotests/klocaletest.cpp
2022-07-27 15:53:14 +02:00
@@ -20,6 +20,9 @@
2022-06-13 08:56:32 +02:00
#include "klocaletest.h"
#include <QTest>
2022-07-27 15:53:14 +02:00
+#if !defined(__GLIBC__)
2022-06-13 08:56:32 +02:00
+#include <sys/reg.h>
2022-07-27 15:53:14 +02:00
+#endif
2022-06-13 08:56:32 +02:00
#include "klocale.h"
#include "klocale_p.h"
#include "kconfiggroup.h"