1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00

r5304: removed lib/socket/socket.h from includes.h

This commit is contained in:
Andrew Tridgell
2005-02-10 06:59:29 +00:00
committed by Gerald (Jerry) Carter
parent b4993c738b
commit b902ea546d
23 changed files with 65 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
#include "includes.h"
#include "system/network.h"
#include "system/filesys.h"
#include "lib/socket/socket.h"
static NTSTATUS ipv4_init(struct socket_context *sock)
{