added <stdio.h> since xpt_xdr.h no longer #includes nspr includes.

git-svn-id: svn://10.0.0.236/trunk@32785 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
1999-05-26 23:20:24 +00:00
parent dd78165338
commit a6619dfacb
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include "xpt_xdr.h"
#include "xpt_struct.h"
#include <string.h>
#include <stdio.h>
#ifdef XP_MAC
static char *strdup(const char *c)

View File

@@ -17,6 +17,7 @@
*/
/* Test the structure creation and serialization APIs from xpt_struct.c */
#include <stdio.h>
#include "xpt_xdr.h"
#include "xpt_struct.h"