1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r465: we need common.h in two more rpc server pipes

(This used to be commit d96b68169a)
This commit is contained in:
Andrew Tridgell 2004-05-04 06:11:47 +00:00 committed by Gerald (Jerry) Carter
parent 21e6b1531b
commit d2ea763761
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "rpc_server/common/common.h"
/*
this type allows us to distinguish handle types

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "rpc_server/common/common.h"
/**
* General notes for the current implementation: