PipeWire: Try fixing a compilation error.

This commit is contained in:
David Reid
2026-01-18 11:58:07 +10:00
parent 8d9d61d607
commit a187fb0450
@@ -118,6 +118,7 @@ MA_API MA_NO_INLINE int ma_pipewire_strcat_s(char* dst, size_t dstSizeInBytes, c
#include <string.h> /* memset() */
#include <assert.h> /* assert() */
#include <stdlib.h> /* atoi() */
#ifndef MA_PIPEWIRE_ASSERT
#define MA_PIPEWIRE_ASSERT(x) assert(x)