lib/tdr: fix the build with --enable-automatic-dependencies
[ira/wip.git] / lib / tdr / tdr.h
index c983cd35c14ed3e941858f8c20946ac3ee27d23b..1eedc580d54fda841406f6f6ada90534d59440fb 100644 (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__ */