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

This commit is contained in:
Tom Tromey 2015-03-19 06:45:00 -04:00
parent 476fb003c5
commit 3bc98b16ff

View File

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