summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2013-03-29 16:49:22 -0700
committerWan-Teh Chang <wtc@google.com>2013-03-29 16:49:22 -0700
commitd6259e7f9bcf51199802925c317d4491fdce24d1 (patch)
tree1e658b71a32082b5935ab04afaed7641ac2aaaa2
parent736bf765eb482db519c71237828361934afbf65c (diff)
downloadnspr-hg-d6259e7f9bcf51199802925c317d4491fdce24d1.tar.gz
Bug 856196: prlong.c only needs to include prlong.h. r=kaie.
-rw-r--r--pr/src/misc/prlong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/misc/prlong.c b/pr/src/misc/prlong.c
index 630b2a86..701d0812 100644
--- a/pr/src/misc/prlong.c
+++ b/pr/src/misc/prlong.c
@@ -3,7 +3,7 @@
* 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 "primpl.h"
+#include "prlong.h"
static PRInt64 ll_zero = LL_INIT( 0x00000000,0x00000000 );
static PRInt64 ll_maxint = LL_INIT( 0x7fffffff, 0xffffffff );