mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
Include assert.h, since we use assert() for our pa_assert() macro
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1494 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a9fcd5956b
commit
099f3f22d1
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
***/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <assert.h>
|
||||
#include <pulsecore/log.h>
|
||||
|
||||
static inline size_t pa_align(size_t l) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue