Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 7a9d4042769648e8c5456e3b733137df > files > 1

dyninst-12.2.0-2.mga9.src.rpm

# c++/12/bits/basic_string.h in libstdc++-devel-12.1.1-3 no longer includes <ext/atomicity.h>
# atomicity.h includes  gthr -> gthr-default -> pthread .h -> time.h -> struct-tm.h
# so explicitly include time.h

--- testsuite-12.1.0/src/CmdLine.C
+++ testsuite-12.1.0/src/CmdLine.C
@@ -38,5 +38,3 @@
 
-#if defined(os_windows_test)
 #include <time.h>
-#endif