Maybe an explicit include of stdio.h will fix the myotonic bustage. b=173837

git-svn-id: svn://10.0.0.236/trunk@132004 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2002-10-15 00:20:45 +00:00
parent 7f403370a5
commit 37dfe04a81
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include <stdio.h>
#include "nsICSSParser.h"
#include "nsCSSProps.h"
#include "nsCSSKeywords.h"

View File

@@ -38,6 +38,8 @@
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include <stdio.h>
#include "nsICSSParser.h"
#include "nsCSSProps.h"
#include "nsCSSKeywords.h"