]> git.sur5r.net Git - openldap/blobdiff - clients/tools/ldapsearch.c
Update for new password codes for MSVC5
[openldap] / clients / tools / ldapsearch.c
index 51e86392702baf872e56e5b508e9079507b116c8..6a66a80ad16f96c7e421d2075dcdb92317580252 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 #include <ac/string.h>
 #include <ac/unistd.h>
 
+#ifdef HAVE_IO_H
+#include <io.h>
+#endif
+
 #include <ldap.h>
 
 #include "ldif.h"