fix for thunderbird bustage from Bug 474743. (need <stdio.h> in new xpcshell test for 'printf' usage)

This commit is contained in:
Daniel Holbert 2010-01-12 12:56:16 -08:00
Родитель 141de6d154
Коммит b9edc442d1
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -37,6 +37,7 @@
* ***** END LICENSE BLOCK ***** */
#include "nsTPriorityQueue.h"
#include <stdio.h>
#include <stdlib.h>
template<class T, class Compare>