summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-06 13:06:14 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-06 05:32:59 +0200
commit7891848357a945581d6c94909b2d783c75afe46e (patch)
treeae03297b74b73d402bacc72fb1dc7f014d28615f /libcli/named_pipe_auth
parent6543987139197800a3e93b768133474ed0c2d0dc (diff)
downloadsamba-7891848357a945581d6c94909b2d783c75afe46e.tar.gz
samba-7891848357a945581d6c94909b2d783c75afe46e.tar.bz2
samba-7891848357a945581d6c94909b2d783c75afe46e.zip
libcli/smb move FILE_TYPE constants in common
This allows us to remove another _SAMBA_BUILD_ conditional Andrew Bartlett
Diffstat (limited to 'libcli/named_pipe_auth')
-rw-r--r--libcli/named_pipe_auth/npa_tstream.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c
index 2aeea5b0d3..c2eb7bf714 100644
--- a/libcli/named_pipe_auth/npa_tstream.c
+++ b/libcli/named_pipe_auth/npa_tstream.c
@@ -24,9 +24,7 @@
#include "../lib/tsocket/tsocket_internal.h"
#include "../librpc/gen_ndr/ndr_named_pipe_auth.h"
#include "../libcli/named_pipe_auth/npa_tstream.h"
-#if _SAMBA_BUILD_ == 4
-#include "libcli/raw/smb.h"
-#endif
+#include "../libcli/smb/smb_constants.h"
static const struct tstream_context_ops tstream_npa_ops;