summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-04-21 05:37:35 +0000
committerwtc%netscape.com <devnull@localhost>1999-04-21 05:37:35 +0000
commitcf02e9514febcd8b431c3cf952dc05edb001bdfc (patch)
tree64442d4ce9455009eaac70c0da24ecf808503d96
parent57fb3a4865b70ac9409a043a5da14d4f41a42273 (diff)
downloadnspr-hg-cf02e9514febcd8b431c3cf952dc05edb001bdfc.tar.gz
Bugzilla bug #5344: added the missing #define PLARENAS_H as part of
the double-include guard. Thanks to Bruce Mitchener <bruce@cybersight.com> for the bug report.
-rw-r--r--lib/ds/plarenas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ds/plarenas.h b/lib/ds/plarenas.h
index 5e0d68e5..0e1e2538 100644
--- a/lib/ds/plarenas.h
+++ b/lib/ds/plarenas.h
@@ -18,6 +18,7 @@
#if defined(PLARENAS_H)
#else /* defined(PLARENAS_H) */
+#define PLARENAS_H
PR_BEGIN_EXTERN_C