summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-23 21:35:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:09 -0500
commit9b009c900987517359485799be8be4167494b376 (patch)
tree32c4443eed39226209a70f28d08d5ef1937cc106 /source4/smbd
parent6a3093d941da51ccd81600ed89771312ce4abe27 (diff)
downloadsamba-9b009c900987517359485799be8be4167494b376.tar.gz
samba-9b009c900987517359485799be8be4167494b376.tar.bz2
samba-9b009c900987517359485799be8be4167494b376.zip
r25301: Merge my includes.h cleanups.
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/service_stream.h2
-rw-r--r--source4/smbd/service_task.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h
index 49869d8eed..6eb26a4282 100644
--- a/source4/smbd/service_stream.h
+++ b/source4/smbd/service_stream.h
@@ -23,6 +23,8 @@
#ifndef __SERVICE_STREAM_H__
#define __SERVICE_STREAM_H__
+#include "librpc/gen_ndr/misc.h"
+
/* modules can use the following to determine if the interface has changed
* please increment the version number after each interface change
* with a comment and maybe update struct stream_connection_critical_sizes.
diff --git a/source4/smbd/service_task.h b/source4/smbd/service_task.h
index 54e6d0fa6c..e5bf9ea414 100644
--- a/source4/smbd/service_task.h
+++ b/source4/smbd/service_task.h
@@ -22,6 +22,8 @@
#ifndef __SERVICE_TASK_H__
#define __SERVICE_TASK_H__
+#include "librpc/gen_ndr/misc.h"
+
struct task_server {
struct event_context *event_ctx;
const struct model_ops *model_ops;