projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fcd59
)
Include assert.h, since we use assert() for our pa_assert() macro
author
Lennart Poettering
<lennart@poettering.net>
Sun, 24 Jun 2007 16:10:12 +0000
(16:10 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Sun, 24 Jun 2007 16:10:12 +0000
(16:10 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1494
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/pulsecore/macro.h
patch
|
blob
|
history
diff --git
a/src/pulsecore/macro.h
b/src/pulsecore/macro.h
index
215c5c0
..
e0381cf
100644
(file)
--- a/
src/pulsecore/macro.h
+++ b/
src/pulsecore/macro.h
@@
-25,6
+25,7
@@
***/
#include <sys/types.h>
+#include <assert.h>
#include <pulsecore/log.h>
static inline size_t pa_align(size_t l) {