emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/jinx 3b9bc392ac 1/3: jinx-mod: Include stdlib.h


From: ELPA Syncer
Subject: [elpa] externals/jinx 3b9bc392ac 1/3: jinx-mod: Include stdlib.h
Date: Sun, 26 Mar 2023 20:59:00 -0400 (EDT)

branch: externals/jinx
commit 3b9bc392ac8a75d9796766f2b75a958578ca6956
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    jinx-mod: Include stdlib.h
---
 jinx-mod.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jinx-mod.c b/jinx-mod.c
index e1dc2b1043..d7df7f8542 100644
--- a/jinx-mod.c
+++ b/jinx-mod.c
@@ -18,6 +18,7 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 #include <emacs-module.h>
 #include <enchant.h>
 #include <string.h>
+#include <stdlib.h>
 
 int plugin_is_GPL_compatible;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]