summaryrefslogtreecommitdiff
path: root/pjmedia
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-03-17 08:53:15 +0000
committerBenny Prijono <bennylp@teluu.com>2007-03-17 08:53:15 +0000
commit8d7622716dcb3f8707839e84a8331941528b047c (patch)
treeb95360e9ecc20118381439f7b6a2ab3b9b4041f6 /pjmedia
parentc3e7dec3d321f76e4172fb8e8b24f72981c9fda0 (diff)
Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody reported build error on Slack 7.1
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1076 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia')
-rw-r--r--pjmedia/src/pjmedia/portaudio/pa_unix_oss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c b/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c
index 20b562aa..840de3b0 100644
--- a/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c
+++ b/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c
@@ -39,6 +39,7 @@
#include <math.h>
#include <fcntl.h>
#include <sys/ioctl.h>
+#include <sys/time.h>
#include <unistd.h>
#include <pthread.h>
#include <alloca.h>