Commit 8e1da582 authored by Stefan Krah's avatar Stefan Krah

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

parent 1845d144
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include "constants.h" #include "constants.h"
#include "memory.h"
#include "typearith.h" #include "typearith.h"
#include "basearith.h" #include "basearith.h"
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include <locale.h> #include <locale.h>
#include "bits.h" #include "bits.h"
#include "constants.h" #include "constants.h"
#include "memory.h"
#include "typearith.h" #include "typearith.h"
#include "io.h" #include "io.h"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "typearith.h" #include "typearith.h"
#include "memory.h" #include "mpalloc.h"
#if defined(_MSC_VER) #if defined(_MSC_VER)
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
*/ */
#ifndef MEMORY_H #ifndef MPALLOC_H
#define MEMORY_H #define MPALLOC_H
#include "mpdecimal.h" #include "mpdecimal.h"
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include "bits.h" #include "bits.h"
#include "convolute.h" #include "convolute.h"
#include "crt.h" #include "crt.h"
#include "memory.h" #include "mpalloc.h"
#include "typearith.h" #include "typearith.h"
#include "umodarith.h" #include "umodarith.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