Commit fa5d5f4c by Copybara-Service

Merge pull request #714 from kgotlinux:patch-2

PiperOrigin-RevId: 452619005
Change-Id: I6c120f9e7bbabe3b00821adc441608ae9118bee6
parents 859c6352 62f3fda2
...@@ -24,8 +24,13 @@ ...@@ -24,8 +24,13 @@
#ifdef __GLIBC__ #ifdef __GLIBC__
#include <sys/platform/ppc.h> #include <sys/platform/ppc.h>
#elif defined(__FreeBSD__) #elif defined(__FreeBSD__)
#include <sys/sysctl.h> // clang-format off
// This order does actually matter =(.
#include <sys/types.h> #include <sys/types.h>
#include <sys/sysctl.h>
// clang-format on
#include "absl/base/call_once.h"
#endif #endif
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment