opnsense-ports/audio/faust/files/patch-compiler_generator_tools.cpp
Franco Fichtner 704d76601a */*: sync with upstream
Taken from: HardenedBSD
2017-12-20 22:50:10 +01:00

11 lines
296 B
C++

--- compiler/generator/tools.cpp.orig 2017-06-07 15:07:18 UTC
+++ compiler/generator/tools.cpp
@@ -23,6 +23,8 @@
// Date: October 29, 2010
// Returns the cache line size (in bytes) of the processor, or 0 on failure
+#include <sys/types.h>
+
#if defined(__APPLE__)
#include <sys/sysctl.h>