diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-01-05 16:42:00 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-01-05 16:42:00 +0000 |
commit | f6b0f87d0af87289204ee7b251bd9e23584ebc6b (patch) | |
tree | bc834b6734ef74a2a75520758943e596fec1c073 | |
parent | 687e2d7da5d55784bf0769774be7296254a08eba (diff) |
Remove unnecessary dependency on timeval definition.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@367 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | polyp/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h index 745d8f0f..d9e18ddb 100644 --- a/polyp/util.h +++ b/polyp/util.h @@ -30,6 +30,8 @@ #include "gcc-printf.h" #include "sample.h" +struct timeval; + void pa_make_nonblock_fd(int fd); int pa_make_secure_dir(const char* dir); |