Bug 133412: need to #include <Files.h> before <OpenTransport.h> for the buggy Universal Headers 3.4.1. Changes to allow for upgrading to CodeWarrior Pro 7.2 tools. r=sdagley, sr=scc, a=asa

This commit is contained in:
sfraser%netscape.com 2002-03-27 04:09:17 +00:00
parent 27c87d717c
commit 6da27c1cf8
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#include "nsWeakPtr.h"
#if defined(XP_MAC)
#include <OSUtils.h>
#include <Files.h>
#include <OpenTransport.h>
#include <OpenTptInternet.h>
#elif defined (XP_WIN)

View File

@ -7,4 +7,5 @@
#define CPP_PROGRAM "Foobar"
#define OTUNIXERRORS 1
#include <Files.h>
#include <OpenTransport.h>