Bug 1337283 - Unbreak FreeBSD build after bug 1303096. r?blassey draft
authorJan Beich <jbeich@FreeBSD.org>
Tue, 07 Feb 2017 07:24:35 +0000
changeset 479770 6d296e06f08edf4bee735aa983f81721d5ef7d52
parent 479769 6f2c5f62bab336e5cc2ca330ba9329d4b9b48561
child 544773 9d8281a73cc7f7c3271370f70b2d6b4b0597fdc9
push id44351
push userbmo:jbeich@FreeBSD.org
push dateTue, 07 Feb 2017 07:28:16 +0000
reviewersblassey
bugs1337283, 1303096
milestone54.0a1
Bug 1337283 - Unbreak FreeBSD build after bug 1303096. r?blassey MozReview-Commit-ID: InIrBZboYtv
dom/ipc/ContentParent.cpp
--- a/dom/ipc/ContentParent.cpp
+++ b/dom/ipc/ContentParent.cpp
@@ -182,16 +182,17 @@
 #include "nsHostObjectProtocolHandler.h"
 #include "nsICaptivePortalService.h"
 
 #include "nsIBidiKeyboard.h"
 
 #include "nsLayoutStylesheetCache.h"
 
 #include "ContentPrefs.h"
+#include "mozilla/Sprintf.h"
 
 #ifdef MOZ_WEBRTC
 #include "signaling/src/peerconnection/WebrtcGlobalParent.h"
 #endif
 
 #if defined(ANDROID) || defined(LINUX)
 #include "nsSystemInfo.h"
 #endif