1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

s4:lib/com: fix the build with automatic dependecies

metze
This commit is contained in:
Stefan Metzmacher 2008-09-18 17:38:47 +02:00
parent a0e5f9194a
commit 5b827dfd8b
2 changed files with 2 additions and 3 deletions

View File

@ -19,11 +19,10 @@
*/
#include "includes.h"
#include "dlinklist.h"
#include "lib/util/dlinklist.h"
#include "lib/com/com.h"
#include "lib/events/events.h"
#include "librpc/gen_ndr/com_dcom.h"
#include "build.h"
WERROR com_init_ctx(struct com_context **ctx, struct event_context *event_ctx)
{

View File

@ -19,7 +19,7 @@
*/
#include "includes.h"
#include "dlinklist.h"
#include "lib/util/dlinklist.h"
#include "lib/com/com.h"
#include "librpc/gen_ndr/ndr_misc.h"