Bug 1276927: Fix DOM code to build with Android NDK, r=fabrice draft
authorThomas Zimmermann <tdz@users.sourceforge.net>
Wed, 15 Jun 2016 09:31:28 +0100
changeset 378341 d96364e8f876156a30367dcbe8963e5eb8eed631
parent 378340 94bb5347ecd055409cf0a8d8fa68e2b693e3d0a5
child 378342 a118c4b48149cdfb7ba5c849b5f21410763b5118
push id20985
push usertdz@users.sourceforge.net
push dateThu, 16 Jun 2016 07:41:33 +0000
reviewersfabrice
bugs1276927
milestone50.0a1
Bug 1276927: Fix DOM code to build with Android NDK, r=fabrice MozReview-Commit-ID: KwW9O9DLFuy
dom/presentation/Presentation.cpp
--- a/dom/presentation/Presentation.cpp
+++ b/dom/presentation/Presentation.cpp
@@ -1,14 +1,15 @@
 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* vim:set ts=2 sw=2 sts=2 et cindent: */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
+#include <ctype.h>
 #include "mozilla/dom/PresentationBinding.h"
 #include "mozilla/dom/Promise.h"
 #include "nsContentUtils.h"
 #include "nsCycleCollectionParticipant.h"
 #include "nsIDocShell.h"
 #include "nsIPresentationService.h"
 #include "nsServiceManagerUtils.h"
 #include "Presentation.h"