diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index a9e7354f9fc..37687f884d5 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -24,6 +24,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 24 | #include <stddef.h> | 24 | #include <stddef.h> |
| 25 | #include <inttypes.h> | 25 | #include <inttypes.h> |
| 26 | 26 | ||
| 27 | #include <intprops.h> | ||
| 28 | |||
| 27 | /* Use the configure flag --enable-checking[=LIST] to enable various | 29 | /* Use the configure flag --enable-checking[=LIST] to enable various |
| 28 | types of run time checks for Lisp objects. */ | 30 | types of run time checks for Lisp objects. */ |
| 29 | 31 | ||