Bug 1828228 - Add missing headers for non-unified build in toolkit/ r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D175538
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "RiceDeltaDecoder.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
extern mozilla::LazyLogModule gUrlClassifierDbServiceLog;
|
||||
#define LOG(args) \
|
||||
MOZ_LOG(gUrlClassifierDbServiceLog, mozilla::LogLevel::Debug, args)
|
||||
|
||||
@@ -26,6 +26,10 @@ typedef int (*guarded_open_np_t)(const char*, const guardid_t*, u_int, int,
|
||||
...);
|
||||
#endif
|
||||
|
||||
#ifndef XP_WIN
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_PHC
|
||||
# include "replace_malloc_bridge.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user