]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit, include errno.h
authorHoward Chu <hyc@openldap.org>
Tue, 23 Oct 2007 00:05:03 +0000 (00:05 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 23 Oct 2007 00:05:03 +0000 (00:05 +0000)
servers/slapd/back-bdb/index.c

index 9059b9a4d2315eaaef76dd9cd2945ae4013ab0fb..c45e07a8b95c16ca9c3ab6ca0303304bd1ee1d92 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <ac/string.h>
 #include <ac/socket.h>
+#include <ac/errno.h>
 
 #include "slap.h"
 #include "back-bdb.h"