Added #include <string.h> for memset.

This commit is contained in:
wtc%netscape.com 2000-06-02 00:23:12 +00:00
parent 402aa8d557
commit e8f60812d6

View File

@ -33,6 +33,8 @@
#include "plerror.h"
#include "plgetopt.h"
#include <string.h>
typedef struct Shared
{
const char *title;