Bug 219003 vr_stubs.c(186) : warning C4013: 'free' undefined; assuming extern returning int

r=dveditz sr=darin


git-svn-id: svn://10.0.0.236/trunk@147098 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2003-09-21 04:53:14 +00:00
parent b81d733d2a
commit 22fa5cb98b

View File

@ -41,6 +41,7 @@
#ifdef STANDALONE_REGISTRY
#include <stdlib.h>
#include <stdio.h>
#include <string.h>