Fixed the #include for <ldap.h>

This commit is contained in:
leif 1998-07-29 02:58:54 +00:00
Родитель 54e0c6fbee
Коммит ab7f4280d7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
/*
*******************************************************************************
* $Id: constant.h,v 1.4 1998-07-24 22:31:03 clayton Exp $
* $Id: constant.h,v 1.5 1998-07-29 02:58:54 leif Exp $
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
@ -35,7 +35,7 @@ extern "C" {
}
#endif
#include </export/source/ldapsdk/include/ldap.h>
#include <ldap.h>
static int
not_here(s)