]> code.delx.au - gnu-emacs/commitdiff
* src/emacs-module.h: Include stddef.h, not stdlib.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Nov 2015 00:00:18 +0000 (16:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Nov 2015 01:51:30 +0000 (17:51 -0800)
src/emacs-module.h

index a2edf8c0eb3f01926c55bc52f02831d5d6d5f41c..18344270b296088e634c7cb294322ab784f55de3 100644 (file)
@@ -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