From 4632c623bf4a2cf1528b241880e4d22bbc1979c8 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 11 Mar 2024 13:27:09 +0100 Subject: [PATCH] shmallocator: fix build on Illumos Closes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3370 Part-of: --- .../gst-plugins-base/gst-libs/gst/allocators/gstshmallocator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstshmallocator.c b/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstshmallocator.c index 4210accc9e..7395899bdb 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstshmallocator.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/allocators/gstshmallocator.c @@ -44,6 +44,7 @@ #include "config.h" #endif +#include #include "gstshmallocator.h" #ifdef HAVE_MMAP