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:
ramiro%netscape.com 1999-10-05 23:08:19 +00:00
parent 83756f109c
commit 811f5ab835

View File

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