summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-09-17 12:55:26 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-09-17 12:55:26 +0000
commit328ca512b0b590367073350ff094419617482f4b (patch)
treebafaee68a9f1cd91a34aef24fd4758e93ae7407a /pjlib
parentc3cc93840c5c0b98493f3aad01060fb3e159e8dc (diff)
Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks Seth Hinze for the patch).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2289 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib')
-rw-r--r--pjlib/include/pj/compat/os_linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_linux.h b/pjlib/include/pj/compat/os_linux.h
index 23bae7d5..b1956150 100644
--- a/pjlib/include/pj/compat/os_linux.h
+++ b/pjlib/include/pj/compat/os_linux.h
@@ -48,6 +48,7 @@
#define PJ_HAS_SYS_TYPES_H 1
#define PJ_HAS_TIME_H 1
#define PJ_HAS_UNISTD_H 1
+#define PJ_HAS_SEMAPHORE_H 1
#define PJ_HAS_MSWSOCK_H 0
#define PJ_HAS_WINSOCK_H 0