bug 987624 - ensure the nsRDFLog variable is declared if logging is enabled. r=bsmedberg

This commit is contained in:
Jonathan Kew 2014-03-31 11:53:07 +01:00
Родитель d4532224da
Коммит fc018b8633
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,7 @@
#include "nsEnumeratorUtils.h"
#ifdef DEBUG
#ifdef PR_LOGGING
#include "prlog.h"
#include "prprf.h"
#include <stdio.h>