]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Android build
authorPo Lu <luangruo@yahoo.com>
Sun, 19 May 2024 01:16:59 +0000 (09:16 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:41:38 +0000 (09:41 +0200)
* src/androidfns.c: Include stdlib.h.

(cherry picked from commit 3c2c6ab733623433150b3bc82598c4bf2563ec87)

src/androidfns.c

index 1c2690394a67c2caf84f9b400bd909be868857ec..4246f6d2be480cdd5b92f8ed292fb821dd1c9f74 100644 (file)
@@ -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"