diff options
Diffstat (limited to 'source4/lib/socket')
-rw-r--r-- | source4/lib/socket/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build index fdbc96ff09..afa6644fac 100644 --- a/source4/lib/socket/wscript_build +++ b/source4/lib/socket/wscript_build @@ -22,7 +22,7 @@ bld.SAMBA_MODULE('socket_ip', bld.SAMBA_MODULE('socket_unix', source='socket_unix.c', subsystem='samba_socket', - deps='LIBREPLACE_NETWORK', + deps='LIBREPLACE_NETWORK talloc', internal_module=True ) |