Issue #26846: Workaround for non-standard stdlib.h on Android.

This commit is contained in:
Stefan Krah 2016-04-25 22:48:42 +02:00
parent 1845d144bc
commit 8e1da5823b
5 changed files with 4 additions and 6 deletions

View File

@ -32,7 +32,6 @@
#include <string.h>
#include <assert.h>
#include "constants.h"
#include "memory.h"
#include "typearith.h"
#include "basearith.h"

View File

@ -37,7 +37,6 @@
#include <locale.h>
#include "bits.h"
#include "constants.h"
#include "memory.h"
#include "typearith.h"
#include "io.h"

View File

@ -30,7 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "typearith.h"
#include "memory.h"
#include "mpalloc.h"
#if defined(_MSC_VER)

View File

@ -26,8 +26,8 @@
*/
#ifndef MEMORY_H
#define MEMORY_H
#ifndef MPALLOC_H
#define MPALLOC_H
#include "mpdecimal.h"

View File

@ -36,7 +36,7 @@
#include "bits.h"
#include "convolute.h"
#include "crt.h"
#include "memory.h"
#include "mpalloc.h"
#include "typearith.h"
#include "umodarith.h"