Fix Linux build bustage, missing header.

This commit is contained in:
pedemont%us.ibm.com 2005-12-17 16:52:07 +00:00
parent 8af3079e38
commit 7a2fb883ea

View File

@ -48,6 +48,7 @@
#include "nsHashKeys.h"
#include "nsIWeakReference.h"
#include <stdio.h>
#include <ctype.h>
#ifdef WIN32
#define snprintf _snprintf