* src/emacs-module.h: Include stddef.h, not stdlib.h.
This commit is contained in:
parent
c210b8b128
commit
de67fa4258
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue