diff options
Diffstat (limited to 'config/system-headers.mozbuild')
-rw-r--r-- | config/system-headers.mozbuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/system-headers.mozbuild b/config/system-headers.mozbuild index d1808cc710..aa17660a10 100644 --- a/config/system-headers.mozbuild +++ b/config/system-headers.mozbuild @@ -412,6 +412,8 @@ system_headers = [ "LFocusBox.h", "LGrafPortView.h", "LHandleStream.h", + "libavutil/mem.h", + "libavutil/cpu.h", "libc_r.h", "libelf.h", "libelf/libelf.h", @@ -1366,3 +1368,8 @@ if CONFIG["OS_TARGET"] == "FreeBSD": if CONFIG["MOZ_APP_SYSTEM_HEADERS"]: include("../" + CONFIG["MOZ_BUILD_APP"] + "/app-system-headers.mozbuild") + +if CONFIG["MOZ_PERFETTO"]: + system_headers += [ + "sys/timerfd.h", + ] |