From d4486152fab28c538fbc3888d7c331c827112009 Mon Sep 17 00:00:00 2001 From: "sayrer%gmail.com" Date: Mon, 26 Mar 2007 19:37:59 +0000 Subject: [PATCH] Backout previous change, as it caused bustage elsewhere. git-svn-id: svn://10.0.0.236/trunk@222419 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/reflect/xptinfo/tests/Makefile.in | 2 +- mozilla/xpcom/reflect/xptinfo/tests/TestInterfaceInfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/xpcom/reflect/xptinfo/tests/Makefile.in b/mozilla/xpcom/reflect/xptinfo/tests/Makefile.in index 492615f3415..979b9ffe4df 100644 --- a/mozilla/xpcom/reflect/xptinfo/tests/Makefile.in +++ b/mozilla/xpcom/reflect/xptinfo/tests/Makefile.in @@ -49,7 +49,7 @@ SIMPLE_PROGRAMS = TestInterfaceInfo$(BIN_SUFFIX) CPPSRCS = TestInterfaceInfo.cpp LIBS = \ - $(XPCOM_GLUE_LDOPTS) \ + $(XPCOM_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/xpcom/reflect/xptinfo/tests/TestInterfaceInfo.cpp b/mozilla/xpcom/reflect/xptinfo/tests/TestInterfaceInfo.cpp index c8715defe04..32499cd7c75 100644 --- a/mozilla/xpcom/reflect/xptinfo/tests/TestInterfaceInfo.cpp +++ b/mozilla/xpcom/reflect/xptinfo/tests/TestInterfaceInfo.cpp @@ -38,7 +38,7 @@ /* Some simple smoke tests of the typelib loader. */ #include "nscore.h" - +#include "nsID.h" #include "nsISupports.h" #include "nsIInterfaceInfo.h" #include "nsIInterfaceInfoManager.h"