From: Kurt Zeilenga Date: Tue, 16 Feb 1999 18:07:19 +0000 (+0000) Subject: Add ac/errno.h and use other generic headers when available. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~581 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c2b7c9e2dba8764d5aab54ee8bbce52eaea81dbf;p=openldap Add ac/errno.h and use other generic headers when available. --- diff --git a/servers/slapd/back-bdb2/txn.h b/servers/slapd/back-bdb2/txn.h index a0d060e050..d701dd5553 100644 --- a/servers/slapd/back-bdb2/txn.h +++ b/servers/slapd/back-bdb2/txn.h @@ -6,14 +6,15 @@ #include "portable.h" #include -#include -#include #include #include -#include -#include +#include #include +#include +#include +#include +#include #include "ldapconfig.h" #include "slap.h"