diff options
author | Herb Lewis <hlewis@panasas.com> | 2011-06-02 10:10:39 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-06-02 10:10:39 -0700 |
commit | f0901792324425804592ac7032e3853b4d4c7829 (patch) | |
tree | dae7ff062c219064ec431aca97faea2bf48edb9a /lib | |
parent | 43ab5aa390769ee9b57918cf5b57aa4a22586805 (diff) | |
download | samba-f0901792324425804592ac7032e3853b4d4c7829.tar.gz samba-f0901792324425804592ac7032e3853b4d4c7829.tar.bz2 samba-f0901792324425804592ac7032e3853b4d4c7829.zip |
Fix warning messages on Freebsd 4.6.2.
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/debug_s3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/debug_s3.h b/lib/util/debug_s3.h index 96b8ed74d9..9e5211b19b 100644 --- a/lib/util/debug_s3.h +++ b/lib/util/debug_s3.h @@ -17,6 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "librpc/gen_ndr/server_id.h" + struct messaging_context; struct server_id; void debug_message(struct messaging_context *msg_ctx, void *private_data, uint32_t msg_type, struct server_id src, DATA_BLOB *data); |