Commit 2ed1d9bb by David Neto

atoi comes from stddef.h or cstddef

This is required to fix the Android build for ARM.
parent eee0c734
......@@ -32,7 +32,8 @@
// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.
#include <string.h>
#include <cstdlib>
#include <cstring>
#include <sstream>
#include "ResourceLimits.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment