diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-01-06 12:22:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:28 -0500 |
commit | 5db389cbdc606be3f66766dd80a0b7ecf10d7a2d (patch) | |
tree | 3aa16245bcd6bc040b52c55b2f5204b26b9fa7af /source4/ntvfs | |
parent | 56df264cf8f935e5e4838ce2832779a6c88b5eb7 (diff) | |
download | samba-5db389cbdc606be3f66766dd80a0b7ecf10d7a2d.tar.gz samba-5db389cbdc606be3f66766dd80a0b7ecf10d7a2d.tar.bz2 samba-5db389cbdc606be3f66766dd80a0b7ecf10d7a2d.zip |
r4567: Fix the build for metze.
Andrew Bartlett
(This used to be commit d05a9bf1a12c9f0b18c9e65b6aa03fa4283a1b68)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/ipc/rap_server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/ipc/rap_server.c b/source4/ntvfs/ipc/rap_server.c index 0e6c18ca3b..4875592ad6 100644 --- a/source4/ntvfs/ipc/rap_server.c +++ b/source4/ntvfs/ipc/rap_server.c @@ -21,6 +21,7 @@ #include "includes.h" #include "rap.h" +#include "librpc/gen_ndr/ndr_srvsvc.h" /* At this moment these are just dummy functions, but you might get the * idea. */ |