summaryrefslogtreecommitdiff
path: root/pjlib/build/os-darwinos.mak
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/build/os-darwinos.mak')
-rw-r--r--pjlib/build/os-darwinos.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/build/os-darwinos.mak b/pjlib/build/os-darwinos.mak
index a0d99e71..931a9bdc 100644
--- a/pjlib/build/os-darwinos.mak
+++ b/pjlib/build/os-darwinos.mak
@@ -18,6 +18,8 @@ export PJLIB_OBJS += ioqueue_select.o
export PJLIB_OBJS += file_access_unistd.o file_io_ansi.o
+export PJLIB_OBJS += sock_qos_darwin.o
+
#
# TEST_OBJS are operating system specific object files to be included in
# the test application.