Bug 953130 - Fix system NSPR builds for content/media. r=rjesup

This commit is contained in:
Wolfgang Rosenauer 2014-01-02 09:14:52 +01:00
parent 0a59ad7382
commit d74a129254
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#include "Latency.h"
#include "nsThreadUtils.h"
#include <prlog.h>
#include "prlog.h"
#include <cmath>
#include <algorithm>

View File

@ -8,7 +8,7 @@
#define MOZILLA_LATENCY_H
#include "mozilla/TimeStamp.h"
#include "nspr/prlog.h"
#include "prlog.h"
#include "nsCOMPtr.h"
#include "nsIThread.h"
#include "mozilla/Monitor.h"