diff options
author | Günther Deschner <gd@samba.org> | 2010-07-02 00:32:52 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-05 00:32:02 +0200 |
commit | e7a6a3ec0da01666c8e0c9772007ce7146df9d75 (patch) | |
tree | f1348f256cea7f8a4f898ed1df14b531e7fda52b /libgpo | |
parent | 385adcce732e3a0788ce935fbc76363feb9ff22f (diff) | |
download | samba-e7a6a3ec0da01666c8e0c9772007ce7146df9d75.tar.gz samba-e7a6a3ec0da01666c8e0c9772007ce7146df9d75.tar.bz2 samba-e7a6a3ec0da01666c8e0c9772007ce7146df9d75.zip |
s3: avoid global include of ads.h.
Guenther
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h index 6e71e3cff7..ba9e0b7962 100644 --- a/libgpo/gpo.h +++ b/libgpo/gpo.h @@ -24,6 +24,7 @@ #include "source4/libgpo/ads_convenience.h" #else struct loadparm_context; +#include "ads.h" #endif enum GPO_LINK_TYPE { |