forked from mirrors/gecko-dev
Bug 555669 CTypes.cpp failed to compile on Solaris r=sayrer
This commit is contained in:
parent
926f20d238
commit
9e39655fed
2 changed files with 8 additions and 0 deletions
|
|
@ -47,6 +47,10 @@
|
|||
#include <float.h>
|
||||
#endif
|
||||
|
||||
#if defined(SOLARIS)
|
||||
#include <ieeefp.h>
|
||||
#endif
|
||||
|
||||
#include "nsAString.h"
|
||||
#include "nsIStatefulFrame.h"
|
||||
#include "nsINodeInfo.h"
|
||||
|
|
|
|||
|
|
@ -50,6 +50,10 @@
|
|||
#include <float.h>
|
||||
#endif
|
||||
|
||||
#if defined(SOLARIS)
|
||||
#include <ieeefp.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SSIZE_T
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue