Further include-file cleanup
* src/sheap.c: Include stdlib.h. * src/unexcw.c: Include string.h.
This commit is contained in:
parent
5dc48a2da9
commit
54f59907f1
2 changed files with 2 additions and 3 deletions
|
@ -20,10 +20,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "lisp.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h> /* for exit */
|
||||
|
||||
#ifdef ENABLE_CHECKING
|
||||
#define STATIC_HEAP_SIZE (28 * 1024 * 1024)
|
||||
|
|
|
@ -21,7 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include <config.h>
|
||||
#include "unexec.h"
|
||||
#include "lisp.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <a.out.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue