aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorRafael Antognolli <[email protected]>2019-12-11 15:01:11 -0800
committerRafael Antognolli <[email protected]>2019-12-13 20:53:44 +0000
commitef5266ebd50e7fa65c56bdb623e12ca8c233b470 (patch)
tree1062691faa9a327023d4f65036e11eb57a393dd2 /src/util/Makefile.sources
parentc327245257b1ecb155026f811da9dd985a7751a8 (diff)
util/os_socket: Add socket related functions.
v3: - Add os_socket.c/h into Makefile.sources (Lionel) - Add empty non-linux implementation to public functions. Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index cce28db005e..71fe06a0096 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -57,6 +57,8 @@ MESA_UTIL_FILES := \
os_time.h \
os_file.c \
os_file.h \
+ os_socket.c \
+ os_socket.h \
os_misc.c \
os_misc.h \
u_process.c \