Author: metze Date: 2005-12-16 14:48:14 +0000 (Fri, 16 Dec 2005) New Revision: 12288
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12288 Log: make sure we always include heimdal_build/config.h, before heimdal/lib/roken/roken.h, this fixes the build on the 64bit machines metze Modified: branches/SAMBA_4_0/source/heimdal_build/roken.h Changeset: Modified: branches/SAMBA_4_0/source/heimdal_build/roken.h =================================================================== --- branches/SAMBA_4_0/source/heimdal_build/roken.h 2005-12-16 12:55:54 UTC (rev 12287) +++ branches/SAMBA_4_0/source/heimdal_build/roken.h 2005-12-16 14:48:14 UTC (rev 12288) @@ -3,5 +3,6 @@ */ #ifndef _ROKEN_H_ #define _ROKEN_H_ +#include "heimdal_build/config.h" #include "heimdal/lib/roken/roken.h" #endif
