From f5b33596a5f55b0b3ab768841f74266950394184 Mon Sep 17 00:00:00 2001 From: sfraser Date: Thu, 4 Jun 1998 07:34:52 +0000 Subject: [PATCH] Added a needed prototype for the Mac build git-svn-id: svn://10.0.0.236/trunk@3185 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/lib/libmocha/et_moz.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/lib/libmocha/et_moz.c b/mozilla/lib/libmocha/et_moz.c index 1d17f9dd366..15696a7cfa7 100644 --- a/mozilla/lib/libmocha/et_moz.c +++ b/mozilla/lib/libmocha/et_moz.c @@ -37,6 +37,10 @@ #include "netcache.h" #include "secnav.h" +#ifdef XP_MAC /* we need this header for a prototype, but I'm not sure if its the correct one */ +#include "secstubn.h" +#endif + #define IL_CLIENT #include "libimg.h" /* Image Library public API. */