Fix Android build
* src/androidfns.c: Include stdlib.h.
This commit is contained in:
parent
9ec124e59a
commit
3c2c6ab733
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
|
||||
#include <config.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "lisp.h"
|
||||
#include "android.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue