Fix DEBUG bustage. b=96971

This commit is contained in:
dbaron%fas.harvard.edu 2001-10-02 03:52:52 +00:00
parent 180cc29e43
commit c5ce82b2f5

View File

@ -40,6 +40,9 @@
#include "nsXPLookAndFeel.h"
// for |#ifdef DEBUG|
#include "nsSize.h"
#define GDK_COLOR_TO_NS_RGB(c) \
((nscolor) NS_RGB(c.red>>8, c.green>>8, c.blue>>8))