mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
Fix for bug 15245. Rearrange the inclusion of system headers to unbreak
some unix compilers. Patch provided by tor@cs.brown.edu and reviewed by me.
This commit is contained in:
parent
83756f109c
commit
811f5ab835
@ -16,14 +16,14 @@
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "nsGtkUtils.h"
|
||||
|
||||
#include <gdk/gdkx.h>
|
||||
#include <gdk/gdkprivate.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(__osf__) && !defined(_XOPEN_SOURCE_EXTENDED)
|
||||
/*
|
||||
** DEC's compiler requires _XOPEN_SOURCE_EXTENDED to be defined in
|
||||
|
Loading…
x
Reference in New Issue
Block a user