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)

git-svn-id: svn://10.0.0.236/trunk@80124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org 2000-09-29 01:10:40 +00:00
parent 6053db6b6e
commit ce1848e9c5

View File

@ -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"