Include jsosdep.h for JS_HAS_LONG_LONG flag

git-svn-id: svn://10.0.0.236/trunk@30695 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
fur%netscape.com 1999-05-07 19:20:53 +00:00
parent 39604be7ee
commit 7cf04a2482

View File

@ -197,7 +197,7 @@
# include "jscpucfg.h" /* Use standard Mac or Windows configuration */
#elif defined(XP_UNIX)
# include "jsautocfg.h" /* Use auto-detected configuration */
/* # include "jsosdep.h" ...and platform-specific flags */
# include "jsosdep.h" /* ...and platform-specific flags */
#else
# error "Must define one of XP_PC, XP_MAC or XP_UNIX"
#endif