From 019a322c565013751f080cfe93ff5eb7461ef38c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 16 Dec 2005 14:48:14 +0000 Subject: r12288: make sure we always include heimdal_build/config.h, before heimdal/lib/roken/roken.h, this fixes the build on the 64bit machines metze (This used to be commit 657345da222a7aa0fc2c8d96881a969805a4d7a5) --- source4/heimdal_build/roken.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index fb78652faa..1b9c2f0663 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -3,5 +3,6 @@ */ #ifndef _ROKEN_H_ #define _ROKEN_H_ +#include "heimdal_build/config.h" #include "heimdal/lib/roken/roken.h" #endif -- cgit