diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-10 05:09:35 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2005-02-10 05:09:35 +0000 |
commit | 1d8e15c9f6852bcfceda97e11241cd998169b0ed (patch) | |
tree | 941dd9b7fe1b0b3c71218396e812749192c793da /source/lib/socket/socket_ipv4.c | |
parent | 1c2f03139a43e3d61cb0de5416e5b33676da92ae (diff) | |
download | samba-1d8e15c9f6852bcfceda97e11241cd998169b0ed.tar.gz samba-1d8e15c9f6852bcfceda97e11241cd998169b0ed.tar.xz samba-1d8e15c9f6852bcfceda97e11241cd998169b0ed.zip |
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
less likely that anyone will use pstring for new code
- got rid of winbind_client.h from includes.h. This one triggered a
huge change, as winbind_client.h was including system/filesys.h and
defining the old uint32 and uint16 types, as well as its own
pstring and fstring.
Diffstat (limited to 'source/lib/socket/socket_ipv4.c')
-rw-r--r-- | source/lib/socket/socket_ipv4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/socket/socket_ipv4.c b/source/lib/socket/socket_ipv4.c index 09a4b4a73a8..2a212fbc944 100644 --- a/source/lib/socket/socket_ipv4.c +++ b/source/lib/socket/socket_ipv4.c @@ -23,6 +23,7 @@ #include "includes.h" #include "system/network.h" +#include "system/filesys.h" static NTSTATUS ipv4_init(struct socket_context *sock) { |