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 a6665320da6..b0ed9be9f07 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -29,6 +29,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 29 | 29 | ||
| 30 | #include <intprops.h> | 30 | #include <intprops.h> |
| 31 | 31 | ||
| 32 | #include "systhread.h" | ||
| 33 | |||
| 32 | INLINE_HEADER_BEGIN | 34 | INLINE_HEADER_BEGIN |
| 33 | #ifndef LISP_INLINE | 35 | #ifndef LISP_INLINE |
| 34 | # define LISP_INLINE INLINE | 36 | # define LISP_INLINE INLINE |