summaryrefslogtreecommitdiff
path: root/pjlib/build/os-linux-kernel.mak
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/build/os-linux-kernel.mak')
-rw-r--r--pjlib/build/os-linux-kernel.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/build/os-linux-kernel.mak b/pjlib/build/os-linux-kernel.mak
index 28cfbc79..1459f9e2 100644
--- a/pjlib/build/os-linux-kernel.mak
+++ b/pjlib/build/os-linux-kernel.mak
@@ -21,6 +21,8 @@ export PJLIB_OBJS += compat/sigjmp.o compat/setjmp_i386.o \
export PJLIB_OBJS += ioqueue_epoll.o
#export PJLIB_OBJS += ioqueue_select.o
+export PJLIB_OBJS += sock_qos_bsd.o
+
#
# TEST_OBJS are operating system specific object files to be included in
# the test application.