- Timestamp:
- Mar 17, 2007 8:53:15 AM (18 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r1068 r1076 1166 1166 { 1167 1167 enum { RETRY = 4 }; 1168 int status ;1168 int status = 0; 1169 1169 unsigned retry; 1170 1170 -
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c
r509 r1076 40 40 #include <fcntl.h> 41 41 #include <sys/ioctl.h> 42 #include <sys/time.h> 42 43 #include <unistd.h> 43 44 #include <pthread.h>
Note: See TracChangeset
for help on using the changeset viewer.