Mercurial > emacs
comparison src/insdel.c @ 25322:824b89fca192
Use stdlib.h.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 18 Aug 1999 13:10:52 +0000 |
parents | dbc159883883 |
children | c7247eabc834 |
comparison
equal
deleted
inserted
replaced
25321:2ad9fa0386b6 | 25322:824b89fca192 |
---|---|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 | 21 |
22 #include <config.h> | 22 #include <config.h> |
23 #ifdef HAVE_STDLIB_H | |
24 #include <stdlib.h> | |
25 #endif | |
23 #include "lisp.h" | 26 #include "lisp.h" |
24 #include "intervals.h" | 27 #include "intervals.h" |
25 #include "buffer.h" | 28 #include "buffer.h" |
26 #include "charset.h" | 29 #include "charset.h" |
27 #include "window.h" | 30 #include "window.h" |