Followup to bug 557060: Fix missing #include <string.h>. r=cjones

This commit is contained in:
Takanori MATSUURA 2010-04-21 23:41:41 -05:00
parent 7af55eecbb
commit 3c1494cd08

View File

@ -42,6 +42,7 @@
#define mozilla_throw_gcc_h
#include <stdio.h> // snprintf
#include <string.h> // strerror
// For gcc, we define these inline to abort so that we're absolutely
// certain that (i) no exceptions are thrown from Gecko; (ii) these