mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-03 07:42:10 +01:00
11 lines
332 B
Diff
11 lines
332 B
Diff
--- ./media/webrtc/trunk/webrtc/system_wrappers/source/cpu_info.cc
|
|
+++ ./media/webrtc/trunk/webrtc/system_wrappers/source/cpu_info.cc
|
|
@@ -21,6 +21,7 @@
|
|
// Not implemented yet, might be possible to use Linux implementation
|
|
#else // defined(WEBRTC_LINUX)
|
|
#include <sys/sysinfo.h>
|
|
+#include <unistd.h>
|
|
#endif
|
|
|
|
#include "trace.h"
|