changing #include "xpt_stuct.h" to <xpt_struct.h> b/c I don't think Mac is finding the file.

This commit is contained in:
mccabe%netscape.com 2000-01-12 02:48:06 +00:00
parent f02e8fafc5
commit e3377a41b5

View File

@ -157,7 +157,7 @@ xpidl_write_comment(TreeState *state, int indent);
/*
* Functions for parsing and printing UUIDs.
*/
#include "xpt_struct.h"
#include <xpt_struct.h>
/*
* How large should the buffer supplied to xpidl_sprint_IID be?