Bug 1145149 - Include IntegerPrintfMacros in PerfSpewer.cpp. r=Waldo

This commit is contained in:
Tom Tromey 2015-03-19 06:45:00 -04:00
Родитель 3765a594ec
Коммит b666b3fcfc
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -6,6 +6,8 @@
#include "jit/PerfSpewer.h"
#include "mozilla/IntegerPrintfMacros.h"
#if defined(__linux__)
# include <unistd.h>
#endif