Include string.h for string functions. Bugzilla 17940.

This commit is contained in:
srinivas%netscape.com 1999-11-12 13:08:43 +00:00
parent f7c1e01621
commit 350acd0532

View File

@ -24,6 +24,8 @@
#include "pratom.h"
#include "primpl.h"
#include <string.h>
/*
* The following is a fallback implementation that emulates
* atomic operations for platforms without atomic operations.