define __STRICT_ANSI__ and change the include order to keep linux gcc from whining about one of the system include files. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-09-29 01:10:40 +00:00
Родитель e5ccc70968
Коммит bf2d8408ca
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -31,7 +31,14 @@
* GPL.
*/
// so g++ doesn't whine about one of the files included by ldap.h
//
#ifdef linux
#define __STRICT_ANSI__
#endif
#include "nsLDAP.h"
#include "ldap.h"
#include "nsILDAPURL.h"
#include "nsString.h"