diff --git a/widget/timer/public/Makefile.in b/widget/timer/public/Makefile.in index a1ee1301d4ec..dcfa04ceb5cb 100644 --- a/widget/timer/public/Makefile.in +++ b/widget/timer/public/Makefile.in @@ -17,6 +17,7 @@ # Rights Reserved. # # Contributor(s): +# IBM Corp. # DEPTH = ../../.. @@ -31,6 +32,7 @@ MODULE = timer EXPORTS = \ nsITimer.h \ nsITimerCallback.h \ + nsITimerQueue.h \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))