summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-07-11 16:16:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:58 -0500
commitec3a86254b41988b453da33112c9309f1ec2eb36 (patch)
tree57a99a73f31539b72d39700bc1ffc100ad3034f7 /source4/include/includes.h
parent25718e02ab77833c80e00363508d51b1f5cc3193 (diff)
downloadsamba-ec3a86254b41988b453da33112c9309f1ec2eb36.tar.gz
samba-ec3a86254b41988b453da33112c9309f1ec2eb36.tar.bz2
samba-ec3a86254b41988b453da33112c9309f1ec2eb36.zip
r1454: Today is the day of broken builds, now I get my share ... :-)
Add a missing file. Volker (This used to be commit 2bc6147c118a61f7f37f3414cce3df44625ade65)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 8b60881cec..0283f0bb8a 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -673,6 +673,7 @@ extern int errno;
#include "ntvfs/ntvfs.h"
#include "cli_context.h"
#include "registry.h"
+#include "rap.h"
#include "gtk/common/gtk-smb.h"
#define malloc_p(type) (type *)malloc(sizeof(type))