From e062496972e6eb8d64a54e05403a9fae3fa14331 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 10 Aug 1999 20:11:25 +0000 Subject: [PATCH] Fixing linux bustage, I can't find crtdbg.h in the tree. git-svn-id: svn://10.0.0.236/trunk@43012 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/io/nsPipe2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsPipe2.cpp b/mozilla/xpcom/io/nsPipe2.cpp index eb490e6e582..97bd306ccbb 100644 --- a/mozilla/xpcom/io/nsPipe2.cpp +++ b/mozilla/xpcom/io/nsPipe2.cpp @@ -22,7 +22,7 @@ #include "nsIServiceManager.h" #include "nsIPageManager.h" #define _CRTDBG_MAP_ALLOC -#include "crtdbg.h" +//#include "crtdbg.h" ////////////////////////////////////////////////////////////////////////////////