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