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