mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
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:
parent
e5ccc70968
commit
bf2d8408ca
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user