1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

lib/tdr: fix the build with --enable-automatic-dependencies

metze
This commit is contained in:
Stefan Metzmacher 2009-09-07 14:21:11 +02:00
parent b11aaadb68
commit ff7b41c4de

View File

@ -62,6 +62,6 @@ struct tdr_print {
typedef NTSTATUS (*tdr_push_fn_t) (struct tdr_push *, const void *);
typedef NTSTATUS (*tdr_pull_fn_t) (struct tdr_pull *, TALLOC_CTX *, void *);
#include "lib/tdr/tdr_proto.h"
#include "../lib/tdr/tdr_proto.h"
#endif /* __TDR_H__ */