From 79ee413eec94bc08912927bbfa20c4b9139fdef2 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Thu, 4 Feb 1999 00:39:49 +0000 Subject: [PATCH] Added headers that nsAutoLock needs. git-svn-id: svn://10.0.0.236/trunk@19617 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/base/public/nsAutoLock.h | 2 ++ mozilla/xpcom/threads/nsAutoLock.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/base/public/nsAutoLock.h b/mozilla/base/public/nsAutoLock.h index 44fc7567db2..ded8c16b002 100644 --- a/mozilla/base/public/nsAutoLock.h +++ b/mozilla/base/public/nsAutoLock.h @@ -69,7 +69,9 @@ #ifndef nsAutoLock_h__ #define nsAutoLock_h__ +#include "nscore.h" #include "prlock.h" +#include "prlog.h" // If you ever decide that you need to add a non-inline method to this // class, be sure to change the class declaration to "class NS_BASE diff --git a/mozilla/xpcom/threads/nsAutoLock.h b/mozilla/xpcom/threads/nsAutoLock.h index 44fc7567db2..ded8c16b002 100644 --- a/mozilla/xpcom/threads/nsAutoLock.h +++ b/mozilla/xpcom/threads/nsAutoLock.h @@ -69,7 +69,9 @@ #ifndef nsAutoLock_h__ #define nsAutoLock_h__ +#include "nscore.h" #include "prlock.h" +#include "prlog.h" // If you ever decide that you need to add a non-inline method to this // class, be sure to change the class declaration to "class NS_BASE