diff options
author | Günther Deschner <gd@samba.org> | 2011-05-06 12:54:59 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-06 16:37:22 +0200 |
commit | 1e208a705718adb105d89093041c0ba5d51f2429 (patch) | |
tree | 5aa4d4936db2b3484d713049f19bf0cf3fa6e858 /source3/utils/net_proto.h | |
parent | 675573d54b717ffc24cf3b49301ff649aecc259a (diff) | |
download | samba-1e208a705718adb105d89093041c0ba5d51f2429.tar.gz samba-1e208a705718adb105d89093041c0ba5d51f2429.tar.xz samba-1e208a705718adb105d89093041c0ba5d51f2429.zip |
s3-includes: no need to globally include libads/ads_status.h.
Guenther
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r-- | source3/utils/net_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index ba3860a88d..ad20f6e074 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -23,6 +23,7 @@ #ifndef _NET_PROTO_H_ #define _NET_PROTO_H_ +#include "libads/ads_status.h" /* The following definitions come from utils/net.c */ |