From c16b8d92f1287f37aa159fdb1b83e8bf256b3f23 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Wed, 29 Sep 1999 02:24:17 +0000 Subject: [PATCH] Only include memory.h if the system actually has it. Fixes QNX. Approved by leaf. --- layout/html/base/src/nsDST.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout/html/base/src/nsDST.h b/layout/html/base/src/nsDST.h index 9dc260d630b6..5a0a97af9b84 100644 --- a/layout/html/base/src/nsDST.h +++ b/layout/html/base/src/nsDST.h @@ -18,7 +18,9 @@ #ifndef nsDST_h___ #define nsDST_h___ +#ifdef HAVE_MEMORY_H #include +#endif #include "plarena.h" #ifdef NS_DEBUG #include