mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Followup to bug 557060: Fix missing #include <string.h>. r=cjones
This commit is contained in:
parent
7af55eecbb
commit
3c1494cd08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user