svn commit: samba r5786 - branches/SAMBA_3_0/source/include trunk/source/include

tpot at samba.org tpot at samba.org
Mon Mar 14 11:00:32 GMT 2005


Author: tpot
Date: 2005-03-14 11:00:31 +0000 (Mon, 14 Mar 2005)
New Revision: 5786

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

Log:
Bugzilla #2443.  Fix gcc4 compile found by Mark Loeser.

Modified:
   branches/SAMBA_3_0/source/include/popt_common.h
   trunk/source/include/popt_common.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/popt_common.h
===================================================================
--- branches/SAMBA_3_0/source/include/popt_common.h	2005-03-14 01:11:13 UTC (rev 5785)
+++ branches/SAMBA_3_0/source/include/popt_common.h	2005-03-14 11:00:31 UTC (rev 5786)
@@ -21,6 +21,8 @@
 #ifndef _POPT_COMMON_H
 #define _POPT_COMMON_H
 
+#include <popt.h>
+
 /* Common popt structures */
 extern struct poptOption popt_common_samba[];
 extern struct poptOption popt_common_connection[];

Modified: trunk/source/include/popt_common.h
===================================================================
--- trunk/source/include/popt_common.h	2005-03-14 01:11:13 UTC (rev 5785)
+++ trunk/source/include/popt_common.h	2005-03-14 11:00:31 UTC (rev 5786)
@@ -21,6 +21,8 @@
 #ifndef _POPT_COMMON_H
 #define _POPT_COMMON_H
 
+#include <popt.h>
+
 /* Common popt structures */
 extern struct poptOption popt_common_samba[];
 extern struct poptOption popt_common_connection[];



More information about the samba-cvs mailing list