From ab4d4cb4b68a0c787f0a7a4110abf011f611416e Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Wed, 10 Apr 2002 04:51:17 +0000 Subject: [PATCH] er, missing idl file on windows gmake builds git-svn-id: svn://10.0.0.236/trunk@118592 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/threads/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpcom/threads/Makefile.in b/mozilla/xpcom/threads/Makefile.in index c3d2147f42e..0eafb9ac4fa 100644 --- a/mozilla/xpcom/threads/Makefile.in +++ b/mozilla/xpcom/threads/Makefile.in @@ -62,6 +62,7 @@ EXPORTS = \ XPIDLSRCS = \ nsIThread.idl \ nsIThreadPool.idl \ + nsITimerManager.idl \ nsIRunnable.idl \ nsIEventQueue.idl \ nsIEventQueueService.idl \