pipewire: utils: include "private.h"

So that the definition of `pw_random_init()` is
checked against the declaration.
This commit is contained in:
Barnabás Pőcze 2023-07-01 22:14:58 +02:00
parent 3feb6762e4
commit 5c0a60af27

View file

@ -16,6 +16,7 @@
#include <pipewire/array.h>
#include <pipewire/log.h>
#include <pipewire/utils.h>
#include <pipewire/private.h>
/** Split a string based on delimiters
* \param str a string to split