fix windows build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6776 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-14 00:05:50 +00:00
parent 7c6c856251
commit 2f97c61145
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ struct local_stream_source {
uint8_t channels;
int rate;
int interval;
int samples;
switch_size_t samples;
uint32_t prebuf;
char *timer_name;
local_stream_context_t *context_list;