From dff048a48d7f0b597ff0b3c67f361ebef3e5656d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 28 Aug 1997 01:27:00 +0000 Subject: [PATCH] more includes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3216 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb_locl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/hdb/hdb_locl.h b/lib/hdb/hdb_locl.h index 8af70aeb4..cd3e27545 100644 --- a/lib/hdb/hdb_locl.h +++ b/lib/hdb/hdb_locl.h @@ -47,7 +47,18 @@ #include #include #include +#ifdef HAVE_SYS_TYPES_H +#include +#endif +#ifdef HAVE_UNISTD_H +#include +#endif +#ifdef HAVE_FCNTL_H +#include +#endif +#ifdef HAVE_SYS_FILE_H #include +#endif #include #include