diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-06 22:01:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:21 -0500 |
commit | c389883ba2c93dfc11ac410a952f42f1065057d2 (patch) | |
tree | 316742e41486876c9eb2fe021f28a913aca55171 /source4/lib/com/dcom | |
parent | 9862fabead2f82ed0864c5de0dfe4f3bda4db7f5 (diff) | |
download | samba-c389883ba2c93dfc11ac410a952f42f1065057d2.tar.gz samba-c389883ba2c93dfc11ac410a952f42f1065057d2.tar.bz2 samba-c389883ba2c93dfc11ac410a952f42f1065057d2.zip |
r13902: Stricter checking for the -fvisibility flag
Add two more proto headers.
(This used to be commit 0c95bf0cd33d8a6c35f692b796d7fbfd98b4d068)
Diffstat (limited to 'source4/lib/com/dcom')
-rw-r--r-- | source4/lib/com/dcom/dcom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/com/dcom/dcom.h b/source4/lib/com/dcom/dcom.h index 41b155248e..308852848d 100644 --- a/source4/lib/com/dcom/dcom.h +++ b/source4/lib/com/dcom/dcom.h @@ -22,6 +22,7 @@ #define _DCOM_H #include "lib/com/com.h" +#include "lib/com/dcom/proto.h" struct dcom_client_context { struct cli_credentials *credentials; |