projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec124e
)
Fix Android build
author
Po Lu
<luangruo@yahoo.com>
Sun, 19 May 2024 01:16:59 +0000
(09:16 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 19 May 2024 01:16:59 +0000
(09:16 +0800)
* src/androidfns.c: Include stdlib.h.
src/androidfns.c
patch
|
blob
|
history
diff --git
a/src/androidfns.c
b/src/androidfns.c
index 1c2690394a67c2caf84f9b400bd909be868857ec..4246f6d2be480cdd5b92f8ed292fb821dd1c9f74 100644
(file)
--- a/
src/androidfns.c
+++ b/
src/androidfns.c
@@
-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"