projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec9d28
)
PATH_MAX needs limits.h.
author
Pierre Ossman
<ossman@cendio.se>
Thu, 18 May 2006 06:53:54 +0000
(06:53 +0000)
committer
Pierre Ossman
<ossman@cendio.se>
Thu, 18 May 2006 06:53:54 +0000
(06:53 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@928
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/polyp/util.c
patch
|
blob
|
history
diff --git
a/src/polyp/util.c
b/src/polyp/util.c
index
dcebff5
..
ed59a5c
100644
(file)
--- a/
src/polyp/util.c
+++ b/
src/polyp/util.c
@@
-25,6
+25,7
@@
#include <assert.h>
#include <errno.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>