mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
PipeWire: Try fixing a compilation error.
This commit is contained in:
@@ -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 <string.h> /* memset() */
|
||||||
#include <assert.h> /* assert() */
|
#include <assert.h> /* assert() */
|
||||||
|
#include <stdlib.h> /* atoi() */
|
||||||
|
|
||||||
#ifndef MA_PIPEWIRE_ASSERT
|
#ifndef MA_PIPEWIRE_ASSERT
|
||||||
#define MA_PIPEWIRE_ASSERT(x) assert(x)
|
#define MA_PIPEWIRE_ASSERT(x) assert(x)
|
||||||
|
|||||||
Reference in New Issue
Block a user