diff options
Diffstat (limited to 'third_party/bigint/NumberlikeArray.hh')
-rw-r--r-- | third_party/bigint/NumberlikeArray.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/bigint/NumberlikeArray.hh b/third_party/bigint/NumberlikeArray.hh index 53c8e5be8f..f7917809f4 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 |