From a6619dfacb3b4d321fc2b245002a7697cc8ff02b Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Wed, 26 May 1999 23:20:24 +0000 Subject: [PATCH] added since xpt_xdr.h no longer #includes nspr includes. git-svn-id: svn://10.0.0.236/trunk@32785 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/typelib/xpt/src/xpt_struct.c | 1 + mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/xpcom/typelib/xpt/src/xpt_struct.c b/mozilla/xpcom/typelib/xpt/src/xpt_struct.c index 51ac1e26979..dbc1c004bd8 100644 --- a/mozilla/xpcom/typelib/xpt/src/xpt_struct.c +++ b/mozilla/xpcom/typelib/xpt/src/xpt_struct.c @@ -21,6 +21,7 @@ #include "xpt_xdr.h" #include "xpt_struct.h" #include +#include #ifdef XP_MAC static char *strdup(const char *c) diff --git a/mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c b/mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c index 1f02b2c70a4..470a5a18c31 100644 --- a/mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c +++ b/mozilla/xpcom/typelib/xpt/tests/SimpleTypeLib.c @@ -17,6 +17,7 @@ */ /* Test the structure creation and serialization APIs from xpt_struct.c */ +#include #include "xpt_xdr.h" #include "xpt_struct.h"