From 7d3b16d3ab5b6b71f6cf77969f11711cdfba450e Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Sat, 12 Jun 1999 06:00:03 +0000 Subject: [PATCH] fix Mac breakage git-svn-id: svn://10.0.0.236/trunk@34984 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/reflect/xptcall/src/xptcall.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/xpcom/reflect/xptcall/src/xptcall.cpp b/mozilla/xpcom/reflect/xptcall/src/xptcall.cpp index f3ce175280c..70d24ac3934 100644 --- a/mozilla/xpcom/reflect/xptcall/src/xptcall.cpp +++ b/mozilla/xpcom/reflect/xptcall/src/xptcall.cpp @@ -18,11 +18,12 @@ /* entry point wrappers. */ -#include "xptcprivate.h" - #if defined(XP_MAC) #pragma export on #endif + +#include "xptcprivate.h" + // This method is never called and is only here so the compiler // will generate a vtbl for this class. // *Needed by the Irix implementation.*