bug 643548 - followup to fix js shell builld brekage on Linux

This commit is contained in:
Igor Bukanov 2011-03-31 15:07:48 +02:00
parent cfb2a6aebf
commit 6cff51a408

View File

@ -36,11 +36,11 @@
*
* ***** END LICENSE BLOCK ***** */
using namespace js;
#include "jsperf.h"
#include "jsutil.h"
using namespace js;
/* This variant of nsIPerfMeasurement uses the perf_event interface
* added in Linux 2.6.31. We key compilation of this file off the
* existence of <linux/perf_event.h>.