summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-10-08 14:19:23 +0000
committerwtc%netscape.com <devnull@localhost>1999-10-08 14:19:23 +0000
commit172bf6479600f157f63412c3d4f43dbf91decb36 (patch)
treedad60071a50a530cd0bd1c0722e27a598537a98f
parentabf4a5c09fb08e7bbcb2a3eb774b08346025391b (diff)
downloadnspr-hg-172bf6479600f157f63412c3d4f43dbf91decb36.tar.gz
A #include <header.h> must be a system header on the Mac. "primpl.h"
subsumes all NSPR header files.
-rw-r--r--pr/src/memory/prshm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/pr/src/memory/prshm.c b/pr/src/memory/prshm.c
index 697734e9..b994dcb5 100644
--- a/pr/src/memory/prshm.c
+++ b/pr/src/memory/prshm.c
@@ -22,10 +22,7 @@
** lth. Jul-1999.
*/
#include <string.h>
-#include <prshm.h>
-#include <prerr.h>
-#include <prmem.h>
-#include <private/primpl.h>
+#include "primpl.h"
extern PRLogModuleInfo *_pr_shm_lm;