diff --git a/mozilla/rdf/chrome/build/makefile.win b/mozilla/rdf/chrome/build/makefile.win index 5655d4b2e76..c39924a3e58 100644 --- a/mozilla/rdf/chrome/build/makefile.win +++ b/mozilla/rdf/chrome/build/makefile.win @@ -38,7 +38,8 @@ LINCS = $(LINCS) -I..\src # for implementation headers LLIBS=\ $(DIST)\lib\xpcom.lib \ - $(DIST)\lib\chrome_s.lib \ + $(DIST)\lib\chrome_s.lib \ + $(DIST)\lib\timer_s.lib \ $(LIBNSPR) include <$(DEPTH)\config\rules.mak>