Possible fix for bustage on some machines. b=177912

This commit is contained in:
dbaron%dbaron.org 2003-01-18 03:58:17 +00:00
parent d682f264b4
commit bc24dba3d1

View File

@ -42,6 +42,13 @@
* platforms that do not support it.
*/
#if defined(LINUX)
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include <string.h>
#endif
#include <signal.h>
#include <stdio.h>
#include "prthread.h"
@ -67,11 +74,6 @@
#include "nsIAppShellService.h"
#include "nsAppShellCIDs.h"
static NS_DEFINE_CID(kAppShellServiceCID, NS_APPSHELL_SERVICE_CID);
#elif defined(LINUX)
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include <string.h>
#endif
#ifdef MOZ_WIDGET_PHOTON