From 17ce8bf5d58fb4d78c7911c74bd8f56a992776ae Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Tue, 15 Oct 2002 00:20:45 +0000 Subject: [PATCH] Maybe an explicit include of stdio.h will fix the myotonic bustage. b=173837 --- content/html/style/src/nsCSSParser.cpp | 2 ++ layout/style/nsCSSParser.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/html/style/src/nsCSSParser.cpp b/content/html/style/src/nsCSSParser.cpp index 7589efd15ffe..beaf068a7a2e 100644 --- a/content/html/style/src/nsCSSParser.cpp +++ b/content/html/style/src/nsCSSParser.cpp @@ -38,6 +38,8 @@ * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ + +#include #include "nsICSSParser.h" #include "nsCSSProps.h" #include "nsCSSKeywords.h" diff --git a/layout/style/nsCSSParser.cpp b/layout/style/nsCSSParser.cpp index 7589efd15ffe..beaf068a7a2e 100644 --- a/layout/style/nsCSSParser.cpp +++ b/layout/style/nsCSSParser.cpp @@ -38,6 +38,8 @@ * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ + +#include #include "nsICSSParser.h" #include "nsCSSProps.h" #include "nsCSSKeywords.h"