Bug 555669 CTypes.cpp failed to compile on Solaris r=sayrer

This commit is contained in:
Ginn Chen 2010-03-30 14:29:59 +08:00
parent 926f20d238
commit 9e39655fed
2 changed files with 8 additions and 0 deletions

View file

@ -47,6 +47,10 @@
#include <float.h>
#endif
#if defined(SOLARIS)
#include <ieeefp.h>
#endif
#include "nsAString.h"
#include "nsIStatefulFrame.h"
#include "nsINodeInfo.h"

View file

@ -50,6 +50,10 @@
#include <float.h>
#endif
#if defined(SOLARIS)
#include <ieeefp.h>
#endif
#ifdef HAVE_SSIZE_T
#include <sys/types.h>
#endif