From 5db389cbdc606be3f66766dd80a0b7ecf10d7a2d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 6 Jan 2005 12:22:20 +0000 Subject: r4567: Fix the build for metze. Andrew Bartlett (This used to be commit d05a9bf1a12c9f0b18c9e65b6aa03fa4283a1b68) --- source4/ntvfs/ipc/rap_server.c | 1 + 1 file changed, 1 insertion(+) 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. */ -- cgit