include <sys/types.h> for ssize_t

Fixes #4961
This commit is contained in:
Wim Taymans 2025-11-06 12:33:54 +01:00
parent f4b3536b9b
commit 8f6566422f
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <errno.h>
#include <stdlib.h>
#include <locale.h>
#include <sys/types.h>
#include <spa/utils/defs.h>