mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Added #include <string.h> for memset.
This commit is contained in:
parent
402aa8d557
commit
e8f60812d6
@ -33,6 +33,8 @@
|
||||
#include "plerror.h"
|
||||
#include "plgetopt.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
typedef struct Shared
|
||||
{
|
||||
const char *title;
|
||||
|
Loading…
Reference in New Issue
Block a user