1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 08:21:30 -07:00

* src/emacs-module.h: Include stddef.h, not stdlib.h.

This commit is contained in:
Paul Eggert 2015-11-19 16:00:18 -08:00
parent c210b8b128
commit de67fa4258

View 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