Index: third_party/bigint/NumberlikeArray.hh |
diff --git a/third_party/bigint/NumberlikeArray.hh b/third_party/bigint/NumberlikeArray.hh |
index 53c8e5be8f53b88905e234a31185599de774e742..8fa91d140bfd8a43fe08364b083b1ad57cac3187 100644 |
--- a/third_party/bigint/NumberlikeArray.hh |
+++ b/third_party/bigint/NumberlikeArray.hh |
@@ -1,6 +1,13 @@ |
+// Copyright 2014 PDFium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// Original code by Matt McCutchen, see the LICENSE file |
+ |
#ifndef NUMBERLIKEARRAY_H |
#define NUMBERLIKEARRAY_H |
+#include <stdlib.h> // abort() |
// Make sure we have NULL. |
#ifndef NULL |
#define NULL 0 |