fix link problems on mac.

git-svn-id: svn://10.0.0.236/trunk@11368 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
1998-09-29 17:16:06 +00:00
parent e2a44faaf3
commit 49373d9d48
2 changed files with 16 additions and 2 deletions

View File

@@ -17,7 +17,14 @@
*/
#include <stdlib.h>
#include <iostream.h>
#ifndef XP_MAC
// including this on mac causes odd link errors in static initialization stuff that we
// (pinkerton & scc) don't yet understand. If you want to turn this on for mac, talk
// to one of us.
#include <iostream.h>
#endif
#ifdef _WIN32
#include <windows.h>
#endif

View File

@@ -17,7 +17,14 @@
*/
#include <stdlib.h>
#include <iostream.h>
#ifndef XP_MAC
// including this on mac causes odd link errors in static initialization stuff that we
// (pinkerton & scc) don't yet understand. If you want to turn this on for mac, talk
// to one of us.
#include <iostream.h>
#endif
#ifdef _WIN32
#include <windows.h>
#endif