diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-16 16:32:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-16 16:32:18 +0100 |
commit | 5317dd50c01bb82881e2f641e43574a54c878967 (patch) | |
tree | 5ae46001074c1e048a0c0baf47ce7b7e8e820330 /librpc/gen_ndr/srv_eventlog.c | |
parent | b09d2edf26f1713e015920dddaacc6212f1f779a (diff) | |
download | samba-5317dd50c01bb82881e2f641e43574a54c878967.tar.gz |
Add new script for building IDL files in librpc/idl, generating both
Samba 3 and Samba 4 output.
Diffstat (limited to 'librpc/gen_ndr/srv_eventlog.c')
-rw-r--r-- | librpc/gen_ndr/srv_eventlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/gen_ndr/srv_eventlog.c b/librpc/gen_ndr/srv_eventlog.c index b9a4a2e9ed1..950daa5dd1f 100644 --- a/librpc/gen_ndr/srv_eventlog.c +++ b/librpc/gen_ndr/srv_eventlog.c @@ -4,7 +4,7 @@ */ #include "includes.h" -#include "librpc/gen_ndr/srv_eventlog.h" +#include "../librpc/gen_ndr/srv_eventlog.h" static bool api_eventlog_ClearEventLogW(pipes_struct *p) { |