зеркало из https://github.com/mozilla/gecko-dev.git
fix for thunderbird bustage from Bug 474743. (need <stdio.h> in new xpcshell test for 'printf' usage)
This commit is contained in:
Родитель
141de6d154
Коммит
b9edc442d1
|
@ -37,6 +37,7 @@
|
|||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsTPriorityQueue.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
template<class T, class Compare>
|
||||
|
|
Загрузка…
Ссылка в новой задаче