mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Fix implicit declaration warning for atoi(). Thansk to Brian Ryner bryner@uiuc.edu for this fix.
This commit is contained in:
parent
3834941d92
commit
143ed22419
@ -18,6 +18,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user