BROKEN entries removed for now, feel free to report or re-add Event: Kitchener-Waterloo Hackathon 202305
15 lines
363 B
C++
15 lines
363 B
C++
--- absl/base/internal/unscaledcycleclock.cc.orig 2021-11-03 15:26:14 UTC
|
|
+++ absl/base/internal/unscaledcycleclock.cc
|
|
@@ -24,8 +24,10 @@
|
|
#ifdef __GLIBC__
|
|
#include <sys/platform/ppc.h>
|
|
#elif defined(__FreeBSD__)
|
|
-#include <sys/sysctl.h>
|
|
+#include "absl/base/call_once.h"
|
|
#include <sys/types.h>
|
|
+#include <sys/sysctl.h>
|
|
+#include <threads.h>
|
|
#endif
|
|
#endif
|
|
|