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. git-svn-id: svn://10.0.0.236/trunk@49879 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
040d9254e3
commit
f037c3b791
@ -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