emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 de67fa4: * src/emacs-module.h: Include stddef.h,


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 de67fa4: * src/emacs-module.h: Include stddef.h, not stdlib.h.
Date: Fri, 20 Nov 2015 01:51:35 +0000

branch: emacs-25
commit de67fa4258293e18d8aacd6e0c3298f70dbafe32
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/emacs-module.h: Include stddef.h, not stdlib.h.
---
 src/emacs-module.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/emacs-module.h b/src/emacs-module.h
index a2edf8c..1834427 100644
--- a/src/emacs-module.h
+++ b/src/emacs-module.h
@@ -21,7 +21,7 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.  */
 #define EMACS_MODULE_H
 
 #include <stdint.h>
-#include <stdlib.h>
+#include <stddef.h>
 #include <stdbool.h>
 
 #if defined __cplusplus && __cplusplus >= 201103L



reply via email to

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