svn commit: samba r18237 - in branches/SAMBA_3_0/source/librpc/ndr: .

jerry at samba.org jerry at samba.org
Thu Sep 7 21:30:28 GMT 2006


Author: jerry
Date: 2006-09-07 21:30:27 +0000 (Thu, 07 Sep 2006)
New Revision: 18237

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18237

Log:
include dcerpc.h here to fix compile of autogenerated unixinfo files
Modified:
   branches/SAMBA_3_0/source/librpc/ndr/libndr.h


Changeset:
Modified: branches/SAMBA_3_0/source/librpc/ndr/libndr.h
===================================================================
--- branches/SAMBA_3_0/source/librpc/ndr/libndr.h	2006-09-07 21:09:34 UTC (rev 18236)
+++ branches/SAMBA_3_0/source/librpc/ndr/libndr.h	2006-09-07 21:30:27 UTC (rev 18237)
@@ -293,4 +293,6 @@
 extern const struct dcerpc_syntax_id ndr_transfer_syntax;
 extern const struct dcerpc_syntax_id ndr64_transfer_syntax;
 
+#include "dcerpc.h"
+
 #endif /* __LIBNDR_H__ */



More information about the samba-cvs mailing list