Further include-file cleanup

* src/sheap.c: Include stdlib.h.
* src/unexcw.c: Include string.h.
This commit is contained in:
Ken Brown 2015-10-21 18:08:36 -04:00
parent 5dc48a2da9
commit 54f59907f1
2 changed files with 2 additions and 3 deletions

View file

@ -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)

View file

@ -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>