Issue #26846: Workaround for non-standard stdlib.h on Android.
This commit is contained in:
parent
1845d144bc
commit
8e1da5823b
|
@ -32,7 +32,6 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "constants.h"
|
||||
#include "memory.h"
|
||||
#include "typearith.h"
|
||||
#include "basearith.h"
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include <locale.h>
|
||||
#include "bits.h"
|
||||
#include "constants.h"
|
||||
#include "memory.h"
|
||||
#include "typearith.h"
|
||||
#include "io.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "typearith.h"
|
||||
#include "memory.h"
|
||||
#include "mpalloc.h"
|
||||
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef MEMORY_H
|
||||
#define MEMORY_H
|
||||
#ifndef MPALLOC_H
|
||||
#define MPALLOC_H
|
||||
|
||||
|
||||
#include "mpdecimal.h"
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue