summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-15 02:52:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-15 02:52:10 +0200
commitaaa3e0425d8394c36a6211ddbd76837b5b3e3e56 (patch)
treed19f93ba67ba5b5fdb10172756b99921fabf3a4f /source4/smbd
parent4695504a6c0929da20bb8c53d7c14d0dca88933f (diff)
downloadsamba-aaa3e0425d8394c36a6211ddbd76837b5b3e3e56.tar.gz
samba-aaa3e0425d8394c36a6211ddbd76837b5b3e3e56.tar.bz2
samba-aaa3e0425d8394c36a6211ddbd76837b5b3e3e56.zip
Fix includes.
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/service_stream.h2
-rw-r--r--source4/smbd/service_task.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h
index d57a54cdc9..7ec2a0538b 100644
--- a/source4/smbd/service_stream.h
+++ b/source4/smbd/service_stream.h
@@ -23,7 +23,7 @@
#ifndef __SERVICE_STREAM_H__
#define __SERVICE_STREAM_H__
-#include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
/* modules can use the following to determine if the interface has changed
* please increment the version number after each interface change
diff --git a/source4/smbd/service_task.h b/source4/smbd/service_task.h
index 207e2cbbca..ddd56bc9c9 100644
--- a/source4/smbd/service_task.h
+++ b/source4/smbd/service_task.h
@@ -22,7 +22,7 @@
#ifndef __SERVICE_TASK_H__
#define __SERVICE_TASK_H__
-#include "librpc/gen_ndr/misc.h"
+#include "librpc/gen_ndr/security.h"
struct task_server {
struct event_context *event_ctx;