From cdca75dee67ebfee62b44273d7d5ae5f123c477b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 17:34:49 +0100 Subject: heimdal: don't include without knowing it's there metze --- source4/heimdal/lib/roken/vis.hin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/heimdal/lib/roken') diff --git a/source4/heimdal/lib/roken/vis.hin b/source4/heimdal/lib/roken/vis.hin index 64274526e4..06a250c6d8 100644 --- a/source4/heimdal/lib/roken/vis.hin +++ b/source4/heimdal/lib/roken/vis.hin @@ -80,7 +80,9 @@ */ #define UNVIS_END 1 /* no more characters */ +#ifdef HAVE_SYS_CDEFS_H #include +#endif __BEGIN_DECLS char * ROKEN_LIB_FUNCTION -- cgit