svn commit: samba r1902 - branches/SAMBA_4_0/source/include

metze at samba.org metze at samba.org
Thu Aug 19 07:54:39 GMT 2004


Author: metze
Date: 2004-08-19 07:54:38 +0000 (Thu, 19 Aug 2004)
New Revision: 1902

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1902&nolog=1

Log:
we need to include popt.h before popt_common.h

metze

Modified:
   branches/SAMBA_4_0/source/include/includes.h
   branches/SAMBA_4_0/source/include/rewrite.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/include/includes.h	2004-08-19 07:51:51 UTC (rev 1901)
+++ branches/SAMBA_4_0/source/include/includes.h	2004-08-19 07:54:38 UTC (rev 1902)
@@ -653,8 +653,6 @@
 
 #include "asn_1.h"
 
-#include "popt.h"
-
 #include "mutex.h"
 
 #include "librpc/rpc/dcerpc.h"

Modified: branches/SAMBA_4_0/source/include/rewrite.h
===================================================================
--- branches/SAMBA_4_0/source/include/rewrite.h	2004-08-19 07:51:51 UTC (rev 1901)
+++ branches/SAMBA_4_0/source/include/rewrite.h	2004-08-19 07:54:38 UTC (rev 1902)
@@ -280,6 +280,7 @@
 	char *from_name, *to_name;
 } *smb_iconv_t;
 
+#include "popt.h"
 #include "popt_common.h"
 
 #endif /* _REWRITE_H */



More information about the samba-cvs mailing list